NavigationMenu
Radix NavigationMenu — accessible top-level navigation with dropdown panels and full keyboard support.
Installation
Examples
Horizontal nav with dropdown panel
Hover a trigger to reveal a rich dropdown content area.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Controlled active menu item. |
| onValueChange | (v: string) => void | — | Called when active item changes. |
| delayDuration | number | 200 | Delay before opening submenus in ms. |
| skipDelayDuration | number | 300 | Duration when hovering between items. |
| orientation | 'horizontal'|'vertical' | 'horizontal' | Layout direction. |