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-menuUsage
Import the component from the package:
import { NavigationMenu } from "@/registry/ui/navigation-menu"Then use it in your application:
<NavigationMenu />