Skip to main content

Function: DropdownMenuRadioItem()

@arolariu/components


@arolariu/components / DropdownMenuRadioItem

Function: DropdownMenuRadioItem()

DropdownMenuRadioItem(props): ReactElement

Defined in: components/ui/dropdown-menu.tsx:439

Renders the dropdown menu radio item.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Renders a <div> element by default
  • Built on Base UI Menu
  • Supports the render prop for element composition

Example

<DropdownMenuRadioItem>Content</DropdownMenuRadioItem>

See

Base UI Documentation

// was this page useful?