Counter Group

Row of animated counting stats separated by dividers

Surfaces
apps-script-web
Fields
FieldType
statsarray of {value, label, color, prefix, suffix, decimals} (alias: items)optional
Example payload
{
  "type": "counter_group"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:counter_group",
  "displayName": "Counter Group",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/counter_group",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Row of animated counting stats separated by dividers",
  "representativeQueries": [
    "show a row of animated stat counters",
    "row of animated counting stats separated by dividers",
    "render a counter group"
  ]
}
← 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 →