Variable: EmptyTitle
@arolariu/components / EmptyTitle
Variable: EmptyTitle
constEmptyTitle:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/empty.tsx:138
Renders the primary title for an empty state.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<EmptyTitle>No results found</EmptyTitle>
See
EmptyTitleProps for available props
// was this page useful?