Animations Stepper.
import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
label: string value: string stepSvg: ReactNode
| Prop | Type | Description |
|---|---|---|
| label | string | The step label. |
| value | string | The step value. |
| stepSvg | ReactNode | The step svg. |