Variable: ItemDescription
@arolariu/components / ItemDescription
Variable: ItemDescription
constItemDescription:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>,HTMLParagraphElement>,"ref"> &RefAttributes<HTMLParagraphElement>>
Defined in: components/ui/item.tsx:286
Displays secondary descriptive content for an item.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<p>element - Styling via CSS Modules with
--ac-*custom properties
Example
<ItemDescription>Support text</ItemDescription>
See
ItemDescriptionProps for available props
// was this page useful?