MenubarRadioGroup() — ui Function Reference
Architecture documentation for the MenubarRadioGroup() function in menubar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 00802361_bf19_efd1_00c0_4e7d16291dc3["MenubarRadioGroup()"] ee32cbd0_cc28_99db_bd77_2dc81b265b5f["menubar.tsx"] 00802361_bf19_efd1_00c0_4e7d16291dc3 -->|defined in| ee32cbd0_cc28_99db_bd77_2dc81b265b5f style 00802361_bf19_efd1_00c0_4e7d16291dc3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/menubar.tsx lines 40–46
function MenubarRadioGroup({
...props
}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) {
return (
<MenubarPrimitive.RadioGroup data-slot="menubar-radio-group" {...props} />
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does MenubarRadioGroup() do?
MenubarRadioGroup() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/menubar.tsx.
Where is MenubarRadioGroup() defined?
MenubarRadioGroup() is defined in apps/v4/registry/bases/radix/ui/menubar.tsx at line 40.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free