Variable: ContextMenuContent
@arolariu/components / ContextMenuContent
Variable: ContextMenuContent
constContextMenuContent:ForwardRefExoticComponent<Omit<ContextMenuContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/context-menu.tsx:328
Renders the context menu content.
Remarks
- Renders a
<div>element by default - Built on Base UI Context Menu
- Supports the
renderprop for element composition
Example
<ContextMenuContent>Content</ContextMenuContent>
See
// was this page useful?