Docs
Fliping Card

Fliping Card

A dynamic card component with flipping animation effects, designed to display information interactively and enhance user engagement.

Welcome!

🎉

This is the front side of the card. Explore more by flipping the card!

Thank You!

You've discovered the back side of the card. What would you like to do next?

Learn More

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.