Variable: DropdownMenuRadioGroup
@arolariu/components / DropdownMenuRadioGroup
Variable: DropdownMenuRadioGroup
constDropdownMenuRadioGroup:NamedExoticComponent<Omit<MenuRadioGroupProps,"ref"> &RefAttributes<HTMLDivElement>> =BaseMenu.RadioGroup
Defined in: components/ui/dropdown-menu.tsx:190
Coordinates the dropdown menu radio group.
Remarks
- Delegates structure and state to the underlying Base UI primitive
- Built on Base UI Menu
- Preserves the underlying primitive API for advanced composition
Example
<DropdownMenuRadioGroup>Content</DropdownMenuRadioGroup>
See
// was this page useful?