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