Overlay
ContextMenu
Right-click pop-up menu. Wrap a region; right-clicking inside it opens the menu at the cursor. Reuses DropdownMenu's items API.
Examples
Right-click target
<ContextMenu items={…}>
<div>Right-click me</div>
</ContextMenu>Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | MenuItem[] | — | Same shape as DropdownMenu — see DropdownMenu page for the type. |
children | Snippet | — | The target region. Right-click anywhere inside to open the menu. |
Install
CLI
npm install bits-ui
npx @a3tai/mittsu add context-menu