Docs
Aniamtions Card

Aniamtions Card

A dynamic card component with animation effects, designed to enhance user interaction and provide a visually engaging way to display content.

BuouUI

make your web more beautiful

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.