Feedback
EmptyState
A centered empty state illustration with title, description, and optional CTA button.
Preview:1280px
No conversations yet
Start a new conversation to see it appear here.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| icon | ReactNode | InboxIcon | Custom icon element. Uses default inbox icon if omitted. |
| title | string | - | Primary heading. |
| description | string | - | Supporting detail text. |
| action | { label: string; onClick: () => void } | - | Optional CTA button. |