ListEmptyState
Import from @falcon/ui-kit/dist/legacy, not @falcon/ui-kit.
ListEmptyState renders a standard empty state for list and table views, with optional messaging and actions when filters hide all matching items.
Primary
Section titled “Primary”Code
<ListEmptyState itemsName="clients" />With Filters Applied
Section titled “With Filters Applied”Code
<ListEmptyState isFilterApplied itemsName="clients" onClearFilters={() => {}} />ListEmptyState
Section titled “ListEmptyState”| Name | Type/Description |
|---|---|
border | boolean | undefined |
className | string | undefined |
isFilterApplied | boolean | undefined |
itemsName = "items" | string | undefined |
onClearFilters | (() => void) | undefined |
sx | StyleProps | undefined |