Feature grid using Material Symbol icons — better than emoji for Workspace UI contexts.
| Field | Type | |
|---|---|---|
| title | optional section heading | optional |
| cols | grid columns (default 3) | required |
| icon_size | icon size in px (default 28) | required |
| filled | filled icon variant (default false) | required |
| accent | default icon colour | required |
| style | outlined (default) or rounded | required |
| items | array of {icon (ligature name), title, text, color?} | required |
{
"type": "icon_feature_grid",
"items": [
{
"label": "Item 1"
},
{
"label": "Item 2"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:icon_feature_grid",
"displayName": "Icon Feature Grid",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/icon_feature_grid",
"capabilities": [
"gas",
"web",
"meet-stage",
"gas-sidebar",
"apps-script-web"
],
"description": "",
"representativeQueries": [
"show a Feature grid using Material Symbol icons \u2014 better than emoji for Workspace UI contexts",
"render a icon feature grid"
]
}
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 →