Skip to main content

Function: ContextMenu()

@arolariu/components


@arolariu/components / ContextMenu

Function: ContextMenu()

ContextMenu(props): ReactElement

Defined in: components/ui/context-menu.tsx:139

Coordinates context menu state and accessibility behavior.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Delegates structure and state to the underlying Base UI primitive
  • Built on Base UI Context Menu
  • Preserves the underlying primitive API for advanced composition

Example

<ContextMenu>Content</ContextMenu>

See

Base UI Documentation

// was this page useful?