Reactolith UI Getting Started Introduction Installation Usage Layout Aspect Ratio Card Resizable Scroll Area Separator Direction Provider Forms Button Button Group Calendar Checkbox Combobox Field Input Input Group Input OTP Label Native Select Radio Group Select Slider Switch Textarea Toggle Toggle Group Data Display Accordion Avatar Badge Carousel Chart Collapsible Item Kbd Table Feedback Alert Empty Progress Skeleton Sonner Spinner Overlay Alert Dialog Context Menu Dialog Dropdown Menu Hover Card Popover Sheet Tooltip Navigation Breadcrumb Command Menubar Navigation Menu Pagination Sidebar Tabs

Empty

Displays an empty state with optional media, title, and description.

Preview

No results found Try adjusting your search or filter to find what you're looking for. Clear Filters

Usage

<ui-empty>
  <ui-empty-header>
    <ui-empty-title>No results found</ui-empty-title>
    <ui-empty-description>Try adjusting your search or filter to find what you're looking for.</ui-empty-description>
  </ui-empty-header>
  <ui-empty-content>
    <ui-button variant="outline">Clear Filters</ui-button>
  </ui-empty-content>
</ui-empty>

Sub-components

<ui-empty> <ui-empty-header> <ui-empty-media> <ui-empty-title> <ui-empty-description> <ui-empty-content>

All components also accept standard HTML attributes (class, id, style, data-*, aria-*, etc.) which are passed through to the underlying element.