Displays a Confetti button or a component that looks like a button.
import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
npm install @radix-ui/react-slotIf you have already used our Button Component, Please skip this step
Otherwise you need copy the following code