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