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

Function MenubarRadioGroup

src/components/ui/menubar.tsx:43–49  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>)

Source from the content-addressed store, hash-verified

41}
42
43function MenubarRadioGroup({
44 ...props
45}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) {
46 return (
47 <MenubarPrimitive.RadioGroup data-slot="menubar-radio-group" {...props} />
48 )
49}
50
51function MenubarTrigger({
52 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected