Take Away Card

Bold single-insight pull-quote card designed to be screenshotted

Surfaces
apps-script-web
Fields
FieldType
headlinestring (alias: text, quote, insight)required
substring (optional, attribution/source, alias: author, source)optional
accentstring (optional, hex)optional
sizestring (optional, CSS font-size)optional
gradientarray of 2 hex strings (optional, background gradient colours)optional
Example payload
{
  "type": "take_away_card",
  "headline": "Main headline text here"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:take_away_card",
  "displayName": "Take Away Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/take_away_card",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Bold single-insight pull-quote card designed to be screenshotted",
  "representativeQueries": [
    "show a bold screenshot-ready insight card",
    "bold single-insight pull-quote card designed to be screenshotted",
    "render a take away card"
  ]
}
← 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 →