DropdownMenuRadioGroup() — ui Function Reference
Architecture documentation for the DropdownMenuRadioGroup() function in dropdown-menu.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 602139be_9d62_b58b_6a59_667ea602118e["DropdownMenuRadioGroup()"] 6ddcda86_b172_0c9f_ca4d_3312218efc48["dropdown-menu.tsx"] 602139be_9d62_b58b_6a59_667ea602118e -->|defined in| 6ddcda86_b172_0c9f_ca4d_3312218efc48 style 602139be_9d62_b58b_6a59_667ea602118e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/dropdown-menu.tsx lines 111–120
function DropdownMenuRadioGroup({
...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>) {
return (
<DropdownMenuPrimitive.RadioGroup
data-slot="dropdown-menu-radio-group"
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does DropdownMenuRadioGroup() do?
DropdownMenuRadioGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/dropdown-menu.tsx.
Where is DropdownMenuRadioGroup() defined?
DropdownMenuRadioGroup() is defined in apps/v4/registry/new-york-v4/ui/dropdown-menu.tsx at line 111.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free