This is a nice, clean and reusable credit card component
npx shadcn@latest add https://21st.dev/r/itsankitverma/credit-card-1
Loading preview...
import CreditCard from "@/components/ui/credit-card-1"; export default function DemoOne() { return <CreditCard />; }