Components
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/swipe-animationLoading preview...
import { DraggableGradientIcon } from "@/components/ui/swipe-animation";
export default function DemoOne() {
return <DraggableGradientIcon />;
}