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