Skip to main content

Variable: ItemSeparator

@arolariu/components


@arolariu/components / ItemSeparator

Variable: ItemSeparator

const ItemSeparator: ForwardRefExoticComponent<Omit<Omit<SeparatorProps, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>

Defined in: components/ui/item.tsx:122

Inserts a separator between adjacent items.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a wrapped Separator component
  • Styling via CSS Modules with --ac-* custom properties

Example

<ItemSeparator />

See

ItemSeparatorProps for available props

// was this page useful?