MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / DropdownMenuRadioGroup

Function DropdownMenuRadioGroup

components/ui/dropdown-menu.tsx:188–195  ·  view source on GitHub ↗
({ ...props }: MenuPrimitive.RadioGroup.Props)

Source from the content-addressed store, hash-verified

186}
187
188function DropdownMenuRadioGroup({ ...props }: MenuPrimitive.RadioGroup.Props) {
189 return (
190 <MenuPrimitive.RadioGroup
191 data-slot="dropdown-menu-radio-group"
192 {...props}
193 />
194 );
195}
196
197function DropdownMenuRadioItem({
198 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected