Docs
Fold Card

Fold Card

Displays a beautiful Fold Card.

Usage

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))
}
 

Copy and paste the following code into your project.

This Card Component
This Input Component
This Label Component

Copy and paste the Fold Card code into your project.