Stripe Background

Card with animated diagonal stripe background pattern

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
textstring (optional, alias: content)optional
color1string (optional, hex, first stripe colour)optional
color2string (optional, hex, second stripe colour)optional
speednumber (optional, animation seconds)optional
Example payload
{
  "type": "stripe_background"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:stripe_background",
  "displayName": "Stripe Background",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/stripe_background",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Card with animated diagonal stripe background pattern",
  "representativeQueries": [
    "show a animated diagonal stripe background card",
    "card with animated diagonal stripe background pattern",
    "render a stripe background"
  ]
}
← 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 →