Process Steps
A 4-step horizontal methodology timeline displaying key phases of a project.
Installation
Full Setup guideInstall the component automatically via Shadcn CLI.
npx shadcn@latest add https://www.grettech.com/api/registry/process-stepsProps
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Optional CSS classes to apply. |
...props | React.HTMLAttributes<HTMLDivElement> | - | Accepts all standard HTML div attributes (id, style, etc). |
title | string | "Our 4-Step Process" | Section title. |
subtitle | string | "From strategy to launch, we handle design, development, and growth—end to end." | Section subtitle. |
pauseOnHover | boolean | true | Whether to pause the automatic rotation when hovering over a step. |
steps* | ProcessStep[] | - | Array of steps in the process. |