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