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

Function MenubarMenu

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

Source from the content-addressed store, hash-verified

23}
24
25function MenubarMenu({
26 ...props
27}: React.ComponentProps<typeof MenubarPrimitive.Menu>) {
28 return <MenubarPrimitive.Menu data-slot="menubar-menu" {...props} />
29}
30
31function MenubarGroup({
32 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected