---
title: Navigation Menu
description: A collection of links for navigating websites.
source: apps/www/src/lib/registry/default/ui/navigation-menu
primitive: https://www.radix-vue.com/components/navigation-menu.html
---
## Installation
```bash
npx shadcn-vue@latest add navigation-menu
```
## Usage
```vue
Item One
Link
```
## Examples
### Link Component
When using the Nuxt.js `` component, you can use `navigationMenuTriggerStyle()` to apply the correct styles to the trigger.
```ts
import { navigationMenuTriggerStyle } from '@/components/ui/navigation-menu'
```
```vue
Documentation
```