Home / Function/ ContextMenuGroup() — ui Function Reference

ContextMenuGroup() — ui Function Reference

Architecture documentation for the ContextMenuGroup() function in context-menu.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  aefe4a71_4ade_78fd_50c1_c2d1dbf8bc46["ContextMenuGroup()"]
  a8278523_5891_13ac_c50b_9df3d37da6a2["context-menu.tsx"]
  aefe4a71_4ade_78fd_50c1_c2d1dbf8bc46 -->|defined in| a8278523_5891_13ac_c50b_9df3d37da6a2
  style aefe4a71_4ade_78fd_50c1_c2d1dbf8bc46 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/context-menu.tsx lines 23–29

function ContextMenuGroup({
  ...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Group>) {
  return (
    <ContextMenuPrimitive.Group data-slot="context-menu-group" {...props} />
  )
}

Subdomains

Frequently Asked Questions

What does ContextMenuGroup() do?
ContextMenuGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/context-menu.tsx.
Where is ContextMenuGroup() defined?
ContextMenuGroup() is defined in apps/v4/registry/new-york-v4/ui/context-menu.tsx at line 23.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free