Three-dot pulsing loader. Use during async content load or as a status indicator.
| Field | Type | |
|---|---|---|
| color | dot colour (default var(--a2ui-accent)) | required |
| size | sm, md (default), lg | required |
| label | optional text beside the dots | optional |
| align | flex-start (default) or center | required |
{
"type": "loading_dots"
}
{
"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"
]
}
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 →