Back to Components

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

Right-click anywhere inside this box.
<ContextMenu items={…}>
  <div>Right-click me</div>
</ContextMenu>

Props

PropTypeDefaultDescription
itemsMenuItem[]Same shape as DropdownMenu — see DropdownMenu page for the type.
childrenSnippetThe target region. Right-click anywhere inside to open the menu.

Install

CLI

npm install bits-ui
npx @a3tai/mittsu add context-menu