Card with animated diagonal stripe background pattern
| Field | Type | |
|---|---|---|
| title | string | optional |
| text | string (optional, alias: content) | optional |
| color1 | string (optional, hex, first stripe colour) | optional |
| color2 | string (optional, hex, second stripe colour) | optional |
| speed | number (optional, animation seconds) | optional |
{
"type": "stripe_background"
}
{
"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"
]
}
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 →