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

Function ContextMenuTrigger

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

Source from the content-addressed store, hash-verified

13}
14
15function ContextMenuTrigger({
16 ...props
17}: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>) {
18 return (
19 <ContextMenuPrimitive.Trigger data-slot="context-menu-trigger" {...props} />
20 )
21}
22
23function ContextMenuGroup({
24 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected