A reusable and fully functional credit and debit card component
Loading preview...
import Component from "@/components/ui/credit-card"; export default function CreditCardDemo() { return <Component />; }