Action Popover
A row-level menu rendered as a horizontal-dots ghost button. Useful in tables and lists where a full set of menu items would crowd the row. Wraps DropdownMenu so all keyboard and accessibility behavior comes for free.
Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items* | ActionPopoverItem[] | — | Each item is { label, icon?, onClick?, destructive?, disabled? }. |
align | "start" | "center" | "end" | "end" | Horizontal alignment relative to the trigger. |
side | "top" | "bottom" | "left" | "right" | "bottom" | Side of the trigger the menu appears on. |
aria-label | string | "Open actions menu" | Accessible name for the trigger. |