Empty State
Explains why a region has nothing to show, and offers the way out.
Events from the last 30 days will appear here.
Variants
Supported configurations for this component.
Variants
4 examplesEvents from the last 30 days will appear here.
Nothing has happened in the last 30 days.
Drop a file here to get started.
Reza Quinn has nothing scheduled this week.
Add to your project
One command adds this component to your project.
Run the following command. New project? Run npx shadcn@latest init first to set up Tailwind and path aliases.
npx shadcn@latest add @aicanvas/••••••••••••Light and dark both come with the install and follow the dark class on <html>, the shadcn dark mode setup (next-themes with attribute="class").
Props
Every prop this component accepts. Any other prop is forwarded to the underlying element.
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | 'default'|'outline' | 'default' | One of: default, outline. |
| children | React.ReactNode | - | Content rendered inside the component. |
| className | string | - | Additional CSS classes applied to the root element. |
| style | React.CSSProperties | - | Inline styles applied to the root element. |