Variable: ItemContent
@arolariu/components / ItemContent
Variable: ItemContent
constItemContent:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/item.tsx:234
Wraps the main textual content for an item.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<ItemContent>Details</ItemContent>
See
ItemContentProps for available props
// was this page useful?