Row of filter/tag chips, optionally scrollable. Chips can link to URLs and have active state.
| Field | Type | |
|---|---|---|
| label | string (optional, group heading) | optional |
| layout | string (optional, "wrap"|"scroll", default "wrap") | optional |
| chips | array (required). Array of {label, color? (hex), url? (href), active? (bool)} | required |
{
"type": "chip_group",
"chips": true
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:chip_group",
"displayName": "Chip Group",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/chip_group",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Row of filter/tag chips, optionally scrollable. Chips can link to URLs and have active state.",
"representativeQueries": [
"show a chip/tag row \u2014 label, color, url, active state; wrap or scroll layout",
"row of filter/tag chips, optionally scrollable. chips can link to urls and have active state.",
"render a chip 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 →