Progress Bar

Animated CSS progress bar with glow pulse effect

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
pdfanimation not rendered — shows static bar
Fields
FieldType
valueinteger (0-100)required
labelstringrequired
accentstringoptional
show_percentbooloptional
captionstringoptional
Example payload
{
  "type": "progress_bar",
  "value": 75,
  "label": "Progress Bar"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:progress_bar",
  "displayName": "Progress Bar",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/progress_bar",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Animated CSS progress bar with glow pulse effect",
  "representativeQueries": [
    "show a labelled horizontal progress bar with percentage",
    "animated css progress bar with glow pulse effect",
    "render a progress bar"
  ]
}
← 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 →