Steps

Numbered sequential steps with blue circle indicators

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatcustom list styling stripped — use bullet_list with manual numbering
emailflexbox layout unreliable — use ordered_list or bullet_list
Live preview
    Fields
    FieldType
    items[{'label': 'string', 'text': 'string'}]optional
    Example payload
    {
      "type": "steps"
    }
    ARD catalog entry
    {
      "identifier": "urn:air:a2uicatalog.ai:atom:steps",
      "displayName": "Steps",
      "type": "application/vnd.a2ui.atom+json",
      "url": "https://a2uicatalog.ai/atoms/steps",
      "capabilities": [
        "web",
        "google-meet-stage",
        "pdf",
        "google-apps-script-web",
        "mcp-apps"
      ],
      "description": "Numbered sequential steps with blue circle indicators",
      "representativeQueries": [
        "show a numbered step-by-step instruction sequence",
        "numbered sequential steps with blue circle indicators",
        "render a steps"
      ]
    }
    ← Full ARD catalog
    Deploy your own Google Apps Script renderer

    The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
    clasp push && clasp deploy
    Full deploy guide →