Horizontal strip of Google Workspace product logos. Greyscale by default, restores colour on hover.
| Field | Type | |
|---|---|---|
| apps | array of app names (default gmail, drive, docs, sheets, slides, meet) | required |
| title | optional label above the strip | optional |
| size | logo size in px (default 40) | required |
| gap | gap between logos (default 24px) | required |
| greyscale | render greyscale until hover (default true) | required |
| bg | strip background colour (default transparent) | required |
| align | flex-start (default), center, flex-end | required |
{
"type": "workspace_logo_strip"
}
{
"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"
]
}
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 →