EmptyState
moleculeZero-data placeholder with an optional illustration, description, and a call-to-action button for guiding users to take action.
With illustration + CTA
Full empty state with icon, description, and action.
Minimal
Title only — no illustration or action needed.
Usage
Installation
API Reference
EmptyState props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
title* | string | — | Primary empty-state message. |
description | string | — | Secondary hint below the title. |
illustration | React.ReactNode | — | Icon or image above the title. |
action | React.ReactNode | — | CTA button or link below the description. |