EmptyState
Placeholder for empty data states.
Import
import { EmptyState } from '@kikumi3n/ui';
Usage
<EmptyState
title="No results found"
description="Try adjusting your search or filters"
action={<Button>Clear Filters</Button>}
/>
API
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | required | Title text |
description | string | — | Description text |
icon | ReactNode | — | Icon element |
action | ReactNode | — | Action button |