Two Tone Card

Card with a solid colored header section (title, subtitle, icon) and a white body that renders atom blocks. Clean, elegant container for any content.

Surfaces
webapps-script-web
Fields
FieldType
titlestring (required)required
subtitlestringoptional
iconstring (optional, emoji)optional
accentstring (optional, hex, default "#6366f1")optional
header_themestring (optional, "light"|"dark", default "light")optional
blocksarray (optional, atom blocks rendered in white body)optional
Example payload
{
  "type": "two_tone_card",
  "title": "Two Tone Card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:two_tone_card",
  "displayName": "Two Tone Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/two_tone_card",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Card with a solid colored header section (title, subtitle, icon) and a white body that renders atom blocks. Clean, elegant container for any content.",
  "representativeQueries": [
    "show a split card \u2014 colored header with icon/title, white body renders atom blocks",
    "card with a solid colored header section (title, subtitle, icon) and a white body that renders atom",
    "render a two tone 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 →