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.
| Field | Type | |
|---|---|---|
| cols | integer (optional, default 4) | optional |
| accent | string (optional, default hex) | optional |
| stats | array (required, alias items). Each: {icon (emoji), value, label, prefix?, suffix?, sub?, accent?} | required |
{
"type": "icon_stat_row",
"stats": [
{
"label": "Views",
"value": "1.2M"
},
{
"label": "Clicks",
"value": "42K"
},
{
"label": "CTR",
"value": "3.5%"
}
]
}
{
"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"
]
}
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 →