EmptyState
EmptyState Component
Playground
No data found
Try adjusting your filters or search criteria.
Props
| Prop | Type | Default | Value |
|---|---|---|---|
icon | ReactNode | β | β |
title | string | β | |
description | string | β | |
action | ReactNode | β | β |
size | 'sm' | 'md' | 'lg' | β |
Usage
<EmptyState
icon={<InboxIcon />}
title="No data available"
description="Try adjusting your filters or add some data."
action={<Button>Add Data</Button>}
/>