Skip to content

Navbar

A floating bar of glass that condenses as the page scrolls — the tint deepens instead of going opaque.

Install

$ pnpm dlx shadcn@latest add https://vitrumui.vercel.app/r/navbar.json

Examples

Default

API

<Navbar />

PropTypeDefaultDescription
position"fixed" | "static""fixed"Fixed floats over the page and reacts to scroll.

<NavbarLink />

PropTypeDefaultDescription
activebooleanfalseHighlight as the current page.
asChildbooleanfalseCompose with a router Link.