Skip to main content

Variable: ItemActions

@arolariu/components


@arolariu/components / ItemActions

Variable: ItemActions

const ItemActions: 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?