# NavigationMenu Top navigation with links and disclosure panels. Use NavigationMenu for wide desktop navigation that mixes direct links with grouped destination panels. Use openMode="click" when pointer hover must not open a panel. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `items` | `NavigationMenuEntry[]` | prop | Yes | - | Top-level entries, left to right. | | `label` | `string` | prop | No | `undefined` | Accessible name for the menu landmark. | | `openMode` | `NavigationMenuOpenMode` | prop | No | `'hover'` | Opens panel entries on pointer hover or only when activated. | ## Related - [Link](/docs/components/link): Styled native link for body and navigation text. - [Segmented](/docs/components/segmented): Single-select segmented control. - [Tabs](/docs/components/tabs): Panelled tabs with underline and pill presentations.