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

Function MenubarGroup

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

Source from the content-addressed store, hash-verified

29}
30
31function MenubarGroup({
32 ...props
33}: React.ComponentProps<typeof MenubarPrimitive.Group>) {
34 return <MenubarPrimitive.Group data-slot="menubar-group" {...props} />
35}
36
37function MenubarPortal({
38 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected