A reusable component for animated menu
npx shadcn@latest add https://21st.dev/r/avanishverma4/animated-menu
Loading preview...
import Component from "@/components/ui/animated-menu"; export default function MenuToggle() { return <Component />; }