MenubarRadioGroup() — ui Function Reference
Architecture documentation for the MenubarRadioGroup() function in menubar.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 45921acc_2e71_88ca_53ab_d85b495c9ba0["MenubarRadioGroup()"] 255de0b4_ce6e_a211_2c9c_c25d7ceab072["menubar.tsx"] 45921acc_2e71_88ca_53ab_d85b495c9ba0 -->|defined in| 255de0b4_ce6e_a211_2c9c_c25d7ceab072 style 45921acc_2e71_88ca_53ab_d85b495c9ba0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/menubar.tsx lines 27–31
function MenubarRadioGroup({
...props
}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) {
return <MenubarPrimitive.RadioGroup {...props} />
}
Domain
Subdomains
Source
Frequently Asked Questions
What does MenubarRadioGroup() do?
MenubarRadioGroup() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/menubar.tsx.
Where is MenubarRadioGroup() defined?
MenubarRadioGroup() is defined in deprecated/www/registry/new-york/ui/menubar.tsx at line 27.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free