Function: MenubarRadioItem()
@arolariu/components / MenubarRadioItem
Function: MenubarRadioItem()
MenubarRadioItem(
props):ReactElement
Defined in: components/ui/menubar.tsx:437
Renders the menubar radio item.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Menubar
- Supports the
renderprop for element composition
Example
<MenubarRadioItem>Content</MenubarRadioItem>
See
// was this page useful?