EmptyState
DATA DISPLAYPlaceholder for empty views with optional icon, description, and CTA button.
[EXAMPLES]
Basic
[PROPS]
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| icon | LucideIcon | — | Optional icon component |
| title | string | — | Heading text (renders UPPERCASE) |
| description | string | — | Description text |
| action | { label: string; onClick: () => void } | — | CTA button |
[ACCESSIBILITY]
ARIA
- >Semantic heading for title
- >Button for CTA action