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