Docs
Morph Navbar
Morph Navbar
A polished navigation bar with a fluid, morphing pill that tracks the active link and hover state.
Loading...
Installation
Usage
import { MorphNavbar, MorphNavbarItem } from "@/components/morph-navbar";<MorphNavbar activeHref={activeHref}>
<MorphNavbarItem href="/">Home</MorphNavbarItem>
<MorphNavbarItem href="/about">About</MorphNavbarItem>
<MorphNavbarItem href="/contact">Contact</MorphNavbarItem>
<MorphNavbarItem href="/projects">Projects</MorphNavbarItem>
</MorphNavbar>Props / Data Attributes
<MorphNavbar />
<MorphNavbarItem />
Credits
This component is inspired by this tweet by Raul Dronca.