Components
Loading preview...
Animated Comman Menu
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/animated-comman-menuimport { Component } from "@/components/ui/animated-comman-menu";
export default function DemoOne() {
return <Component />;
}