Back to Components
Cards
Credit Card Input
Card number, expiry, and CVV inputs with auto-formatting and card type detection.
Payment details
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/credit-card-input.tsx
Installation
Using shadcn CLI
npx shadcn add credit-card-input --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge