Docs
Folder Card

Folder Card

A versatile folder component designed to organize and display content in a structured and visually appealing manner.

Hover over

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

Copy and paste the code into your project.