Home / Function/ MenubarRadioGroup() — ui Function Reference

MenubarRadioGroup() — ui Function Reference

Architecture documentation for the MenubarRadioGroup() function in menubar.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  37be97cb_4dc0_a2f0_1409_0a2cecb0bfb3["MenubarRadioGroup()"]
  feb74425_d8ed_04d0_82fe_8b48becd0017["menubar.tsx"]
  37be97cb_4dc0_a2f0_1409_0a2cecb0bfb3 -->|defined in| feb74425_d8ed_04d0_82fe_8b48becd0017
  style 37be97cb_4dc0_a2f0_1409_0a2cecb0bfb3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/menubar.tsx lines 43–49

function MenubarRadioGroup({
  ...props
}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) {
  return (
    <MenubarPrimitive.RadioGroup data-slot="menubar-radio-group" {...props} />
  )
}

Subdomains

Frequently Asked Questions

What does MenubarRadioGroup() do?
MenubarRadioGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/menubar.tsx.
Where is MenubarRadioGroup() defined?
MenubarRadioGroup() is defined in apps/v4/registry/new-york-v4/ui/menubar.tsx at line 43.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free