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

Function ContextMenu

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

Source from the content-addressed store, hash-verified

7import { cn } from "@/lib/utils"
8
9function ContextMenu({
10 ...props
11}: React.ComponentProps<typeof ContextMenuPrimitive.Root>) {
12 return <ContextMenuPrimitive.Root data-slot="context-menu" {...props} />
13}
14
15function ContextMenuTrigger({
16 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected