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

Function ContextMenuGroup

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

Source from the content-addressed store, hash-verified

21}
22
23function ContextMenuGroup({
24 ...props
25}: React.ComponentProps<typeof ContextMenuPrimitive.Group>) {
26 return (
27 <ContextMenuPrimitive.Group data-slot="context-menu-group" {...props} />
28 )
29}
30
31function ContextMenuPortal({
32 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected