Gooey Nav
A layouts gooey nav component
import GooeyNav from "@/components/vritti/gooey-nav";
export function GooeyNavExample() {
return (
<div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border">
<GooeyNav
items={[
{ label: "Home", href: "#" },
{ label: "About", href: "#" },
{ label: "Contact", href: "#" },
]}
/>
</div>
);
}
Installation
pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/gooey-nav"