EmptyState
Empty-state message with optional art and action.
Show EmptyState when a view has no content and the reader needs an explanation or next action.
Interactive example
Loading interactive example
API
| Member | Type | Kind | Required | Default |
|---|---|---|---|---|
action | Snippet | snippet | No | undefined |
art | Snippet | snippet | No | undefined |
description | string | prop | No | undefined |
icon | IconGlyph | prop | No | TrayIcon |
size | EmptyStateSize | prop | No | 'md' |
title | string | prop | Yes |
Examples
Source
Loading source