EmptyState
Empty view placeholder with icon, title, description, and action button.
Example
No results found
Try adjusting your search or filters.
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
title | string | — | Required | Empty state title |
description | string | — | No | Explanation text |
action | () => void | — | No | Action handler |
actionLabel | string | — | No | Action button text |
icon | ReactNode | — | No | Decorative icon |