Morphic NavbarMorphing navigation bar where active item separates from the group with rounded edgesnavbarnavigationmorphinganimation PreviewCodehomeworksblogaboutCopyimport MorphicNavbar from "@/components/vritti/morphic-navbar" export function MorphicNavbarExample() { return ( <div className="flex items-center justify-center p-8"> <MorphicNavbar /> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/morphic-navbar"Copy