Skip to Content
DocsResourcesShowcase

Empty State

Used to indicate when a resource is empty or unavailable.

SourceStorybookRecipe

Your cart is empty

Explore our products and add items to your cart

import { EmptyState } from '@saas-ui/react/empty-state'
<EmptyState title="No data" description="No data found" />

Here's an example of an empty state with an action button.

Start adding tokens

Add a new design token to get started

Here's an example of an empty state with a list.

No results found

Try adjusting your search

  • Try removing filters
  • Try different keywords

PropDefaultType
colorPalette 'gray'
'gray' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'blue' | 'cyan' | 'purple' | 'pink' | 'accent'

The color palette of the component

size 'md'
'md' | 'lg'

The size of the component

Previous

Editable

Next

Field