List of items that animate in with a staggered delay — supports icons and descriptions
| Field | Type | |
|---|---|---|
| items | array of strings or {icon, text, sub} objects | required |
| direction | string (optional, up|down|left|right) | optional |
| stagger | number (optional, delay between items in seconds, default 0.1) | optional |
{
"type": "stagger_list",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"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"
]
}
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 →