# Steps

Numbered, sequenced instructions — circle markers with auto-counting and connecting lines.

**Install:** `nimbus-docs add steps`  
**Source:** `src/components/ui/steps/`  
**Canonical:** https://nimbus-docs.com/components/steps/

## Agent payload (JSON)

```json
{
  "slug": "steps",
  "name": "Steps",
  "description": "Numbered ordered-list with vertical connectors.",
  "tagline": "Numbered, sequenced instructions — circle markers with auto-counting and connecting lines.",
  "install": "nimbus-docs add steps",
  "sourcePath": "src/components/ui/steps/",
  "canonicalUrl": "https://nimbus-docs.com/components/steps/",
  "props": [
    {
      "name": "start",
      "type": "number",
      "required": false,
      "description": "Offsets the step counter — useful for splitting long flows across page sections."
    }
  ],
  "registryDependencies": [
    "cn"
  ],
  "dependencies": []
}
```
