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