Step Progress

Horizontal step progress indicator with numbered circles and connecting lines. Completed steps show a tick. Use at the top of wizard or onboarding flows.

Surfaces
webapps-script-webpdf
Fields
FieldType
currentinteger (required, 1-based index of active step)required
accentstring (optional, hex, default "#6366f1")optional
stepsarray (required). Array of {label or title}required
Example payload
{
  "type": "step_progress",
  "current": 2,
  "steps": [
    {
      "title": "Step one",
      "body": "First thing to do."
    },
    {
      "title": "Step two",
      "body": "Then this."
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:step_progress",
  "displayName": "Step Progress",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/step_progress",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "Horizontal step progress indicator with numbered circles and connecting lines. Completed steps show a tick. Use at the top of wizard or onboarding flows.",
  "representativeQueries": [
    "show a horizontal step progress \u2014 numbered circles, connecting lines, current step highlighted",
    "horizontal step progress indicator with numbered circles and connecting lines. completed steps show",
    "render a step progress"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →