NavigationMenu
Wraps Radix NavigationMenu. Used for top-level site navigation with dropdown menus (header nav, mega menus). Preserves the legacy @avala/ui NavigationMenu API surface for marketing-site migration.
primitives-navigationmenu--defaultOpen all variants →
When to use
- Top-level header navigation across marketing / investor / learning surfaces.
- Mega-menu dropdowns where each top item reveals a structured panel of links.
- Mixed plain-link + dropdown headers.
When not to use
- Action menus anchored to a button → use `DropdownMenu`.
- Inline tab navigation within a page → use `Tabs`.
- Sidebar / shell-level nav → use the
admin-sidebarorui-shelllayout components.