Variable: EmptyHeader
@arolariu/components / EmptyHeader
Variable: EmptyHeader
constEmptyHeader:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/empty.tsx:85
Groups the leading header content 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
<EmptyHeader>Nothing here yet</EmptyHeader>
See
EmptyHeaderProps for available props
// was this page useful?