Data Display
Empty State
Zero-state for tables, lists, dashboards.
Sourceempty-state.tsx
Composed of
Empty State
Zero-state with action.
No purchase orders
Create a PO to start tracking inventory movement.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | -- | Icon displayed above the title. |
title | string | -- | Heading text. |
description | string | -- | Supporting text below the title. |
action | ReactNode | -- | Action element (typically a Button). |
Related
Usage
import { EmptyState } from "@doss/tetris-ui";