Flowing Menu
A layouts flowing menu component
import FlowingMenu from "@/components/vritti/flowing-menu";
const menuItems = [
{ link: "#", text: "Home", image: "/assets/demo/cs1.webp" },
{ link: "#", text: "About", image: "/assets/demo/cs2.webp" },
{ link: "#", text: "Work", image: "/assets/demo/cs3.webp" },
{ link: "#", text: "Contact", image: "/assets/demo/poster.webp" },
];
export function FlowingMenuExample() {
return (
<div className="relative h-[400px] w-full overflow-hidden rounded-lg border">
<FlowingMenu items={menuItems} />
</div>
);
}
Installation
pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/flowing-menu"
Dependencies
pnpm add gsap