Animated CSS progress bar with glow pulse effect
| Surface | Note |
|---|---|
| animation not rendered — shows static bar |
| Field | Type | |
|---|---|---|
| value | integer (0-100) | required |
| label | string | required |
| accent | string | optional |
| show_percent | bool | optional |
| caption | string | optional |
{
"type": "progress_bar",
"value": 75,
"label": "Progress Bar"
}
{
"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"
]
}
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 →