Docs
Thanks Card

Thanks Card

A card component designed to display thoughtful quotes, ideas, or messages with interactive animations to enhance user engagement and provide a visually appealing experience.

Thank You!

We're glad you took the time to explore this idea. Wishing you a wonderful day ahead!

- Buou Team

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.