Docs
Animation Card Input
Animation Card Input
Animation Card Input,build with React Payment Inputs
Usage
Install the following dependencies:
npm install react-payment-inputs @radix-ui/react-label class-variance-authority
Copy and paste the cn util code into your project.
import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}