Components

Editorial Sticky Dropdown Navbar

Clean full-width sticky navbar for the Vandoko brand: wordmark with a trailing superscript cyan dot (the lone accent), a NavigationMenu link cluster with per-item dropdown panels, a ghost "See the work" text link, and a solid cyan "Start a sprint" CTA. Dropdowns show label + description rows, no icons. Mobile collapses to a top Sheet with Accordion expansion for dropdown items.

A quiet, full-width sticky navbar that lets the type-led editorial page below take center stage. The wordmark carries a single superscript cyan dot as the lone accent; all navigation links, dropdowns, and the ghost link are in muted tones, with only the solid Start a sprint CTA rendered in --primary.

npx shadcn@latest add @vandoko/vkb-nav-08

Usage

import { VkbNav08 } from "@/registry/new-york/blocks/vkb-nav-08/vkb-nav-08";

export default function Page() {
  return <VkbNav08 />;
}

Pass navigation to customize the link cluster and dropdown panels; ghostLabel/ghostHref for the secondary right-side link; ctaLabel/ctaHref for the primary action.

On this page