Feature Grid

A responsive CSS grid of feature tiles, each with an icon, title, and description paragraph. Supports 2 or 3 columns and optional per-tile badges. The canonical Tailwind UI marketing feature section pattern.

Surfaces
webpdfapps-script-web
Degraded on
SurfaceNote
meet-stageGrid collapses to single column on narrow stage panels
emailGrid layout may collapse in email clients; renders as stacked list
Fields
FieldType
headingstring. Section heading above the grid.optional
descriptionstring. Section sub-heading or intro paragraph.optional
columnsinteger. 2 or 3. Default 3.optional
featuresarray of objects with fields — icon (emoji or text), title, description, badge (optional short label), color (optional hex accent).optional
Example payload
{
  "type": "feature_grid"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:feature_grid",
  "displayName": "Feature Grid",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/feature_grid",
  "capabilities": [
    "web",
    "pdf",
    "apps-script-web"
  ],
  "description": "A responsive CSS grid of feature tiles, each with an icon, title, and description paragraph. Supports 2 or 3 columns and optional per-tile badges. The canonical Tailwind UI marketing feature section pattern.",
  "representativeQueries": [
    "show a icon + title + description feature grid \u2014 Tailwind UI pattern",
    "a responsive css grid of feature tiles, each with an icon, title, and description paragraph. support",
    "render a 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 →