Navigation Menu

A collection of links for navigating websites.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/navigation-menu

Usage

Import the component from the package:

import { NavigationMenu } from "@/registry/ui/navigation-menu"

Then use it in your application:

<NavigationMenu />

Examples

Default