Chip Group

Row of filter/tag chips, optionally scrollable. Chips can link to URLs and have active state.

Surfaces
webapps-script-web
Fields
FieldType
labelstring (optional, group heading)optional
layoutstring (optional, "wrap"|"scroll", default "wrap")optional
chipsarray (required). Array of {label, color? (hex), url? (href), active? (bool)}required
Example payload
{
  "type": "chip_group",
  "chips": true
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →