Docs
Fold Card

Fold Card

Displays a beautiful Fold Card.

Create an account

Enter your name below to create your account

Create an account

Enter your name below to create your account

Create an account

Enter your name below to create your account

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

Install the shadcn/ui dependencies:

You need to install shadcn components, like this:

npx shadcn@latest add card input label

Copy and paste the Fold Card code into your project.