Stagger List

List of items that animate in with a staggered delay — supports icons and descriptions

Surfaces
apps-script-web
Fields
FieldType
itemsarray of strings or {icon, text, sub} objectsrequired
directionstring (optional, up|down|left|right)optional
staggernumber (optional, delay between items in seconds, default 0.1)optional
Example payload
{
  "type": "stagger_list",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:stagger_list",
  "displayName": "Stagger List",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/stagger_list",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "List of items that animate in with a staggered delay \u2014 supports icons and descriptions",
  "representativeQueries": [
    "show a stagger-animated list of items",
    "list of items that animate in with a staggered delay \u2014 supports icons and descriptions",
    "render a stagger list"
  ]
}
← 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 →