Gradient Border Card

Card with an animated gradient border stroke on dark background

Surfaces
apps-script-web
Fields
FieldType
titlestringoptional
contentstringoptional
coloursarray of hex strings (optional, gradient stops)optional
bgstring (optional, card background)optional
anglenumber (optional, gradient angle degrees)optional
paddingstringoptional
radiusstringoptional
Example payload
{
  "type": "gradient_border_card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:gradient_border_card",
  "displayName": "Gradient Border Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/gradient_border_card",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Card with an animated gradient border stroke on dark background",
  "representativeQueries": [
    "show a animated gradient border card",
    "card with an animated gradient border stroke on dark background",
    "render a gradient border 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 →