EmptyState
Responsive empty state with clear primary and secondary actions, labelled structure, and reduced-motion entrance.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/empty-state.jsonInstall with the CLI
# adds EmptyState to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/empty-state.jsonOr install the package
// npm install @uigrids/react-ui
import { EmptyState } from '@uigrids/react-ui'
export default function App() {
return <EmptyState />
}