Skip to content
kapable

ContextMenu

Actions · 1 export · v0.1.0 · showcase

Pointer and keyboard context actions backed by the Menu family.

Browse 72 component families

ContextMenu opens from a client context-menu event, which static HTML cannot demonstrate truthfully. This server-rendered page does not imitate client behavior. Open the live playground.

Usage

ContextMenu usage
<ContextMenu label="Row actions" menu={<MenuItem name="retry">Retry</MenuItem>}>Row</ContextMenu>

API

ContextMenu API

ContextMenuProps

ContextMenu props
proptypenotes
labelstringAccessible name for the menu ("Deploy row actions").
menuRemixNodeThe MenuItems (plus Separators/Submenus) of the context menu.
children?RemixNodeThe region the right-click (or keyboard menu key) targets.
mix?MixInput

More in Actions

More in Actions