Dark Feature Grid

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

Surfaces
webgoogle-apps-script-webmcp-apps
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": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →