Skip to main content

Variable: Empty

@arolariu/components


@arolariu/components / Empty

Variable: Empty

const Empty: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/empty.tsx:59

Creates a structured empty-state container.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <div> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<Empty>
<EmptyHeader />
</Empty>

See

EmptyProps for available props

// was this page useful?