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

Function MenubarPortal

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

Source from the content-addressed store, hash-verified

35}
36
37function MenubarPortal({
38 ...props
39}: React.ComponentProps<typeof MenubarPrimitive.Portal>) {
40 return <MenubarPrimitive.Portal data-slot="menubar-portal" {...props} />
41}
42
43function MenubarRadioGroup({
44 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected