Variable: ContextMenuSub
@arolariu/components / ContextMenuSub
Variable: ContextMenuSub
constContextMenuSub: typeofBaseContextMenu.SubmenuRoot&object=BaseContextMenu.SubmenuRoot
Defined in: components/ui/context-menu.tsx:206
Coordinates the context menu sub.
Type Declaration
displayName?
optionaldisplayName?:string
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
<ContextMenuSub>Content</ContextMenuSub>
See
// was this page useful?