Responsive feature grid on dark background — icon, title, description per cell
| Field | Type | |
|---|---|---|
| features | array of {icon, title, description, colour} | required |
| columns | integer (optional, default 3) | optional |
| accent | string (optional, hex) | optional |
{
"type": "dark_feature_grid",
"features": [
"Core feature",
"Advanced analytics",
"API access"
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:dark_feature_grid",
"displayName": "Dark Feature Grid",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/dark_feature_grid",
"capabilities": [
"apps-script-web"
],
"description": "Responsive feature grid on dark background \u2014 icon, title, description per cell",
"representativeQueries": [
"show a dark-theme feature grid with icons",
"responsive feature grid on dark background \u2014 icon, title, description per cell",
"render a dark 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 →