Stacked layered cards with parallax depth — alias for card_stack
| Field | Type | |
|---|---|---|
| cards | array of {title, text} (alias: items) | required |
| count | integer (optional, max cards to show) | optional |
{
"type": "depth_stack",
"cards": [
{
"title": "Card 1",
"body": "First card content."
},
{
"title": "Card 2",
"body": "Second card content."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:depth_stack",
"displayName": "Depth Stack",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/depth_stack",
"capabilities": [
"apps-script-web"
],
"description": "Stacked layered cards with parallax depth \u2014 alias for card_stack",
"representativeQueries": [
"show a stacked cards with depth parallax",
"stacked layered cards with parallax depth \u2014 alias for card_stack",
"render a depth stack"
]
}
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 →