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

Function ContextMenuRadioGroup

src/components/ui/context-menu.tsx:45–54  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)

Source from the content-addressed store, hash-verified

43}
44
45function ContextMenuRadioGroup({
46 ...props
47}: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>) {
48 return (
49 <ContextMenuPrimitive.RadioGroup
50 data-slot="context-menu-radio-group"
51 {...props}
52 />
53 )
54}
55
56function ContextMenuSubTrigger({
57 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected