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

Function ContextMenuPortal

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

Source from the content-addressed store, hash-verified

29}
30
31function ContextMenuPortal({
32 ...props
33}: React.ComponentProps<typeof ContextMenuPrimitive.Portal>) {
34 return (
35 <ContextMenuPrimitive.Portal data-slot="context-menu-portal" {...props} />
36 )
37}
38
39function ContextMenuSub({
40 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected