Feedback
Empty
A placeholder for empty states. Combines an icon, title, description, and optional action to guide users when no content is available.
No messages yet
When you receive messages, they will appear here.
Import
import {
Empty,
EmptyIcon,
EmptyTitle,
EmptyDescription,
EmptyAction,
} from "@mikenotthepope/substrateui"Composition
Empty
├── EmptyIcon
├── EmptyTitle
├── EmptyDescription
└── EmptyActionAPI Reference
| Prop | Type | Default | Description |
|---|---|---|---|
EmptyIcon | React.ReactNode | — | Container for the icon displayed above the title. Pass any Lucide icon as a child. |
EmptyTitle | React.ReactNode | — | The heading text for the empty state. |
EmptyDescription | React.ReactNode | — | A supporting description displayed below the title. |
EmptyAction | React.ReactNode | — | Container for the call-to-action, typically a Button. |