Dark Feature Grid

Responsive feature grid on dark background — icon, title, description per cell

Surfaces
apps-script-web
Fields
FieldType
featuresarray of {icon, title, description, colour}required
columnsinteger (optional, default 3)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "dark_feature_grid",
  "features": [
    "Core feature",
    "Advanced analytics",
    "API access"
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →