Variable: ItemGroup
@arolariu/components / ItemGroup
Variable: ItemGroup
constItemGroup:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/item.tsx:95
Groups a collection of list-like items with consistent spacing.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<ItemGroup>
<Item />
</ItemGroup>
See
ItemGroupProps for available props
// was this page useful?