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