Next Step Strip

Horizontal strip of numbered next steps with optional links

Surfaces
apps-script-web
Fields
FieldType
stepsarray of {number, label, detail (optional, alias: action), url}optional
accentstring (optional, hex)optional
Example payload
{
  "type": "next_step_strip"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:next_step_strip",
  "displayName": "Next Step Strip",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/next_step_strip",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Horizontal strip of numbered next steps with optional links",
  "representativeQueries": [
    "show a horizontal numbered next-steps strip",
    "horizontal strip of numbered next steps with optional links",
    "render a next step strip"
  ]
}
← 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 →