To
Go to
A line of destinations. Current is full ink.
Links in a row; the current page is ink.
Go to
A line of destinations. Current is full ink.
npx @noordvc/raster-cli add navigation-menu
<nav class="rs-nav"><a href="#" aria-current="page">Overview</a><a href="#">Docs</a><a href="#">Changelog</a></nav>
import { NavigationMenu } from "@/components/raster/navigation-menu";
<NavigationMenu
items={[
{ label: "Overview", href: "/", current: true },
{ label: "Docs", href: "/docs" },
]}
/>