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