Variable: ItemSeparator
@arolariu/components / ItemSeparator
Variable: ItemSeparator
constItemSeparator: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
Separatorcomponent - Styling via CSS Modules with
--ac-*custom properties
Example
<ItemSeparator />
See
ItemSeparatorProps for available props
// was this page useful?