Docs Components
EmptyStateexperimental
An empty screen should teach, not shrug. Say what belongs here, then offer the first step to fill it.
API
| Prop | Type | Description |
|---|---|---|
glyph | ReactNode | Large decorative mark, aria-hidden. |
title required | string | What this space is for. |
description | string | How things get here. |
action | ReactNode | The first step — usually a secondary button. |
Guidelines
- mustEvery list, table, and search surface defines its empty state at design time — 0 items is a state, not an accident.
- shouldEmpty-state actions never use the primary variant if the surface already has a primary.