Navigation Menu
Navigation Menu
A collection of links for navigating websites. Supports dropdown panels with rich content.
Default
A basic navigation menu with dropdown items.
Simple Navigation
Navigation without dropdown panels.
Features
- Dropdown panels with rich content on hover/click
- Full keyboard navigation (←/→ between items, ↓ to open, Esc to close)
- ARIA menubar roles for accessibility
- Flexible content - supports any layout in panels
- Active link highlighting
Keyboard Navigation
←/→
Navigate between menu items
↓
Open dropdown panel
Enter/Space
Toggle dropdown
Escape
Close dropdown
API Reference
Component parameters and their types.
| Prop | Type | Default | Description |
|---|---|---|---|
| Value | string? | — | The controlled value of the active menu item. |
| Class | string? | — | Additional CSS classes appended to the root element. |
| ChildContent | RenderFragment? | — | Nest NavigationMenuList here. |