Home / Function/ MenubarSub() — ui Function Reference

MenubarSub() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/menubar.tsx lines 213–217

function MenubarSub({
  ...props
}: React.ComponentProps<typeof MenubarPrimitive.Sub>) {
  return <MenubarPrimitive.Sub data-slot="menubar-sub" {...props} />
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free