Variable: ContextMenuRadioGroup
@arolariu/components / ContextMenuRadioGroup
Variable: ContextMenuRadioGroup
constContextMenuRadioGroup:NamedExoticComponent<Omit<MenuRadioGroupProps,"ref"> &RefAttributes<HTMLDivElement>> =BaseContextMenu.RadioGroup
Defined in: components/ui/context-menu.tsx:190
Coordinates the context menu radio group.
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
<ContextMenuRadioGroup>Content</ContextMenuRadioGroup>
See
// was this page useful?