Variable: ItemActions
@arolariu/components / ItemActions
Variable: ItemActions
constItemActions:ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>,HTMLDivElement>,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/item.tsx:314
Hosts action controls aligned to the trailing edge of an item.
Remarks
- Pure CSS component (no Base UI primitive)
- Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties
Example
<ItemActions>
<button type='button'>Edit</button>
</ItemActions>
See
ItemActionsProps for available props
// was this page useful?