Docs
Workflow Animation
Workflow Animation
You can see the workflow with scrolling
Loading...
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 dot code into your project.
API Reference
Props
| Prop | Type | Description |
|---|---|---|
| title | string | Workflow header. |
| describtion | string | Workflow description. |
| pathLengths | MotionValue | framer-motion MotionValue |