Home / Function/ NavigationMenuList() — ui Function Reference

NavigationMenuList() — ui Function Reference

Architecture documentation for the NavigationMenuList() function in navigation-menu.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  0b831946_4776_52fe_8f47_c2ecf1bfc4c2["NavigationMenuList()"]
  420dd9d0_1d7e_17e5_4905_f17921511220["navigation-menu.tsx"]
  0b831946_4776_52fe_8f47_c2ecf1bfc4c2 -->|defined in| 420dd9d0_1d7e_17e5_4905_f17921511220
  style 0b831946_4776_52fe_8f47_c2ecf1bfc4c2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/navigation-menu.tsx lines 32–46

function NavigationMenuList({
  className,
  ...props
}: React.ComponentProps<typeof NavigationMenuPrimitive.List>) {
  return (
    <NavigationMenuPrimitive.List
      data-slot="navigation-menu-list"
      className={cn(
        "group flex flex-1 list-none items-center justify-center gap-1",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free