Depth Stack

Stacked layered cards with parallax depth — alias for card_stack

Surfaces
apps-script-web
Fields
FieldType
cardsarray of {title, text} (alias: items)required
countinteger (optional, max cards to show)optional
Example payload
{
  "type": "depth_stack",
  "cards": [
    {
      "title": "Card 1",
      "body": "First card content."
    },
    {
      "title": "Card 2",
      "body": "Second card content."
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →