Displays a rotation card component.
npm install framer-motionimport { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
If you have already used our Avatar Component, Please skip this step
Otherwise you need copy the following code