Pill NavA layouts pill nav componentlayoutsnavigation PreviewCodeHomeHomeAboutAboutContactContactHomeAboutContactCopyimport PillNav from "@/components/vritti/pill-nav"; export function PillNavExample() { return ( <div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border"> <PillNav logo="/logo.svg" items={[ { label: "Home", href: "#" }, { label: "About", href: "#" }, { label: "Contact", href: "#" }, ]} /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/pill-nav"Copy Dependencies pnpmnpmyarnbunpnpm add gsapCopy