Icon Row

Horizontal strip of Material Symbol icon + label pairs. Good for feature/capability lists.

Surfaces
gaswebmeet-stagegas-sidebarapps-script-web
Fields
FieldType
itemsarray of {name or icon, label or text, color?}required
icon_sizepx (default 20)required
colordefault icon colour (default var(--a2ui-accent))required
filledfilled icon variant (default false)required
styleoutlined (default) or roundedrequired
gapgap between items (default 12px)required
Example payload
{
  "type": "icon_row",
  "items": [
    {
      "label": "Item 1"
    },
    {
      "label": "Item 2"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:icon_row",
  "displayName": "Icon Row",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/icon_row",
  "capabilities": [
    "gas",
    "web",
    "meet-stage",
    "gas-sidebar",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Horizontal strip of Material Symbol icon + label pairs. Good for feature/capability lists",
    "render a icon row"
  ]
}
← 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 →