Icon Stat Row

Horizontal strip of stats each with a large emoji icon above the number and a label below. More visual than metric_row — use when icons reinforce meaning.

Surfaces
webapps-script-webpdf
Fields
FieldType
colsinteger (optional, default 4)optional
accentstring (optional, default hex)optional
statsarray (required, alias items). Each: {icon (emoji), value, label, prefix?, suffix?, sub?, accent?}required
Example payload
{
  "type": "icon_stat_row",
  "stats": [
    {
      "label": "Views",
      "value": "1.2M"
    },
    {
      "label": "Clicks",
      "value": "42K"
    },
    {
      "label": "CTR",
      "value": "3.5%"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:icon_stat_row",
  "displayName": "Icon Stat Row",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/icon_stat_row",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "Horizontal strip of stats each with a large emoji icon above the number and a label below. More visual than metric_row \u2014 use when icons reinforce meaning.",
  "representativeQueries": [
    "show a icon + big number + label stat strip \u2014 more visual than metric_row",
    "horizontal strip of stats each with a large emoji icon above the number and a label below. more visu",
    "render a icon stat 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 →