Badge Group

Group of coloured status badges with optional pulse animation — green/cyan/blue/yellow/red/purple/grey

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
emailbackground colours may vary — test or use plain text labels
pdfpulse animations not rendered — badges display as flat
Fields
FieldType
titlestringoptional
badges[{'text': 'string', 'color': 'green|cyan|blue|yellow|red|purple|grey', 'pulse': 'bool'}]optional
Example payload
{
  "type": "badge_group"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:badge_group",
  "displayName": "Badge Group",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/badge_group",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Group of coloured status badges with optional pulse animation \u2014 green/cyan/blue/yellow/red/purple/grey",
  "representativeQueries": [
    "show a row of coloured label badges",
    "group of coloured status badges with optional pulse animation \u2014 green/cyan/blue/yellow/red/purple/gr",
    "render a badge 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 →