Docs
Animations Stepper
Animations Stepper
Animations Stepper.
Step 1
Step 2
Step 3
Installation
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))
}
Copy and paste the clock code into your project.
API Reference
Step Props
label: string value: string stepSvg: ReactNode
Prop | Type | Description |
---|---|---|
label | string | The step label. |
value | string | The step value. |
stepSvg | ReactNode | The step svg. |