Variable: EmptyDescription
@arolariu/components / EmptyDescription
Variable: EmptyDescription
constEmptyDescription:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>,HTMLParagraphElement>,"ref"> &RefAttributes<HTMLParagraphElement>>
Defined in: components/ui/empty.tsx:164
Renders supporting copy for an empty state.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<p>element - Styling via CSS Modules with
--ac-*custom properties
Example
<EmptyDescription>Try adjusting your filters.</EmptyDescription>
See
EmptyDescriptionProps for available props
// was this page useful?