Workspace Logo Strip

Horizontal strip of Google Workspace product logos. Greyscale by default, restores colour on hover.

Surfaces
gasweb
Fields
FieldType
appsarray of app names (default gmail, drive, docs, sheets, slides, meet)required
titleoptional label above the stripoptional
sizelogo size in px (default 40)required
gapgap between logos (default 24px)required
greyscalerender greyscale until hover (default true)required
bgstrip background colour (default transparent)required
alignflex-start (default), center, flex-endrequired
Example payload
{
  "type": "workspace_logo_strip"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:workspace_logo_strip",
  "displayName": "Workspace Logo Strip",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/workspace_logo_strip",
  "capabilities": [
    "gas",
    "web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Horizontal strip of Google Workspace product logos. Greyscale by default, restores colour on hover",
    "render a workspace logo strip"
  ]
}
← 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 →