EmptyState

DATA DISPLAY

Placeholder for empty views with optional icon, description, and CTA button.

[EXAMPLES]

Basic

[PROPS]

PROPTYPEDEFAULTDESCRIPTION
iconLucideIconOptional icon component
titlestringHeading text (renders UPPERCASE)
descriptionstringDescription text
action{ label: string; onClick: () => void }CTA button

[ACCESSIBILITY]

ARIA

  • >Semantic heading for title
  • >Button for CTA action