Loading Dots

Three-dot pulsing loader. Use during async content load or as a status indicator.

Surfaces
gaswebmeet-stageapps-script-web
Fields
FieldType
colordot colour (default var(--a2ui-accent))required
sizesm, md (default), lgrequired
labeloptional text beside the dotsoptional
alignflex-start (default) or centerrequired
Example payload
{
  "type": "loading_dots"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:loading_dots",
  "displayName": "Loading Dots",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/loading_dots",
  "capabilities": [
    "gas",
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a Three-dot pulsing loader. Use during async content load or as a status indicator",
    "render a loading dots"
  ]
}
← 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 →