Components / Empty state

Default Usage

The standard empty state with an icon, title, description, and action button.

Action Variants

Empty states usually guide the user with a primary recovery action.

Minimal

A minimal state without action buttons or verbose descriptions.

Empty State API

Prop / EventTypeDefaultDescription
titlestring'No items found'The primary title text.
descriptionstring'There is nothing to display here right now.'A secondary description text.
iconComponent | StringnullIcon component or string to display.