Skip to main content

Variable: DropdownMenuRadioGroup

@arolariu/components


@arolariu/components / DropdownMenuRadioGroup

Variable: DropdownMenuRadioGroup

const DropdownMenuRadioGroup: 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

Base UI Documentation

// was this page useful?