Horizontal step progress indicator with numbered circles and connecting lines. Completed steps show a tick. Use at the top of wizard or onboarding flows.
| Field | Type | |
|---|---|---|
| current | integer (required, 1-based index of active step) | required |
| accent | string (optional, hex, default "#6366f1") | optional |
| steps | array (required). Array of {label or title} | required |
{
"type": "step_progress",
"current": 2,
"steps": [
{
"title": "Step one",
"body": "First thing to do."
},
{
"title": "Step two",
"body": "Then this."
}
]
}
{
"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"
]
}
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 →