ErrorState
Recoverable error state with alert semantics, retry and back actions, and reduced-motion handling.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/error-state.jsonInstall with the CLI
# adds ErrorState to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/error-state.jsonOr install the package
// npm install @uigrids/react-ui
import { ErrorState } from '@uigrids/react-ui'
export default function App() {
return <ErrorState />
}