MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / DropdownMenuRadioGroup

Function DropdownMenuRadioGroup

src/components/ui/dropdown-menu.tsx:111–120  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)

Source from the content-addressed store, hash-verified

109}
110
111function DropdownMenuRadioGroup({
112 ...props
113}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>) {
114 return (
115 <DropdownMenuPrimitive.RadioGroup
116 data-slot="dropdown-menu-radio-group"
117 {...props}
118 />
119 )
120}
121
122function DropdownMenuRadioItem({
123 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected