Loading Dots

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

Surfaces
webgoogle-meet-stagegoogle-apps-script-webgoogle-apps-script-side-panelmcp-apps
Live preview
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": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "google-apps-script-side-panel",
    "mcp-apps"
  ],
  "description": "Three-dot pulsing loader. Use during async content load or as a status indicator.",
  "representativeQueries": [
    "show a three-dot pulsing loader",
    "three-dot pulsing loader. use during async content load or as a status indicator.",
    "render a loading dots"
  ]
}
← 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 →