Step Reveal Sequence

Tab-style step-by-step content with radio-button navigation

Surfaces
apps-script-web
Fields
FieldType
stepsarray of {title, text} — each step shown in its own tab panelrequired
Example payload
{
  "type": "step_reveal_sequence",
  "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_reveal_sequence",
  "displayName": "Step Reveal Sequence",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/step_reveal_sequence",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Tab-style step-by-step content with radio-button navigation",
  "representativeQueries": [
    "show a tabbed step-by-step sequence",
    "tab-style step-by-step content with radio-button navigation",
    "render a step reveal sequence"
  ]
}
← 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 →