Preview
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 APIContextMenuProps
| prop | type | notes |
|---|---|---|
| label | string | Accessible name for the menu ("Deploy row actions"). |
| menu | RemixNode | The MenuItems (plus Separators/Submenus) of the context menu. |
| children? | RemixNode | The region the right-click (or keyboard menu key) targets. |
| mix? | MixInput |