Variable: ItemFooter
@arolariu/components / ItemFooter
Variable: ItemFooter
constItemFooter:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/item.tsx:368
Wraps trailing metadata or supplementary 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
<ItemFooter>Updated 2m ago</ItemFooter>
See
ItemFooterProps for available props
// was this page useful?