Home / Function/ MenubarGroup() — ui Function Reference

MenubarGroup() — ui Function Reference

Architecture documentation for the MenubarGroup() function in menubar.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  65e847c1_f2ff_06cb_aa1e_c6c44e53362b["MenubarGroup()"]
  feb74425_d8ed_04d0_82fe_8b48becd0017["menubar.tsx"]
  65e847c1_f2ff_06cb_aa1e_c6c44e53362b -->|defined in| feb74425_d8ed_04d0_82fe_8b48becd0017
  style 65e847c1_f2ff_06cb_aa1e_c6c44e53362b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/menubar.tsx lines 31–35

function MenubarGroup({
  ...props
}: React.ComponentProps<typeof MenubarPrimitive.Group>) {
  return <MenubarPrimitive.Group data-slot="menubar-group" {...props} />
}

Subdomains

Frequently Asked Questions

What does MenubarGroup() do?
MenubarGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/menubar.tsx.
Where is MenubarGroup() defined?
MenubarGroup() is defined in apps/v4/registry/new-york-v4/ui/menubar.tsx at line 31.

Analyze Your Own Codebase

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

Try Supermodel Free