Docs
Retro Style Card

Retro Style Card

A retro style card component designed to bring a nostalgic feel to your web application, featuring vintage aesthetics and interactive animations to enhance user engagement.

Technology

INNOVATION DRIVES CHANGE

"The best way to predict the future is to invent it."

-BuouUI-

Computer Scientist

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.