MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DropdownMenuRadioGroup

Function DropdownMenuRadioGroup

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

Source from the content-addressed store, hash-verified

124}
125
126function DropdownMenuRadioGroup({
127 ...props
128}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>) {
129 return (
130 <DropdownMenuPrimitive.RadioGroup
131 data-slot="dropdown-menu-radio-group"
132 {...props}
133 />
134 )
135}
136
137function DropdownMenuRadioItem({
138 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected