Group of coloured status badges with optional pulse animation — green/cyan/blue/yellow/red/purple/grey
| Surface | Note |
|---|---|
| background colours may vary — test or use plain text labels | |
| pulse animations not rendered — badges display as flat |
| Field | Type | |
|---|---|---|
| title | string | optional |
| badges | [{'text': 'string', 'color': 'green|cyan|blue|yellow|red|purple|grey', 'pulse': 'bool'}] | optional |
{
"type": "badge_group"
}
{
"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"
]
}
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 →