Docs
Bill Card
Bill Card
A card component designed to display billing information, including detailed breakdowns and payment options, with interactive animations to enhance user experience.
CheckoutMonthly Bill
Show more about your bill and costs, including detailed breakdowns and payment options.
Installation
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))
}