Progress Circle

SVG circular progress arc that animates from 0 to the target value on mount using CSS stroke-dashoffset transition. Percentage is displayed in the centre. Replaces the prior placeholder implementation with a proper animated SVG arc. No JavaScript required.

Surfaces
webmeet-stagegas-sidebarapps-script-web
Degraded on
SurfaceNote
pdfRenders as a static arc at target value without mount animation
Fields
FieldType
valueinteger. The progress value (0–100).required
labelstring. Caption text below the circle.optional
colorstring. Arc stroke colour. Default "#38bdf8".optional
size"sm" | "md" | "lg" (optional, default "md"). Circle diameter.optional
Example payload
{
  "type": "progress_circle",
  "value": 75
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:progress_circle",
  "displayName": "Progress Circle",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/progress_circle",
  "capabilities": [
    "web",
    "meet-stage",
    "gas-sidebar",
    "apps-script-web"
  ],
  "description": "SVG circular progress arc that animates from 0 to the target value on mount using CSS stroke-dashoffset transition. Percentage is displayed in the centre. Replaces the prior placeholder implementation with a proper animated SVG arc. No JavaScript required.",
  "representativeQueries": [
    "show a CSS stroke-dashoffset animated SVG progress arc with centre percentage",
    "svg circular progress arc that animates from 0 to the target value on mount using css stroke-dashoff",
    "render a progress circle"
  ]
}
← 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 →