Dashed empty state with masked grid backdrop and primary/secondary actions.
640
Bookmarks
2,900
Installs
19,800
Views
import { Inbox } from "lucide-react"
import { EmptyState } from "@/components/ui/empty-state"
export default function DemoEmptyState() {
return (
<div className="flex min-h-[340px] items-center justify-center p-8">
<EmptyState
icon={<Inbox className="size-5" />}16 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Mira A11y — browse the full library on Nuxus.