Spinner

A simple rotating animation indicating that content is loading or an

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
sizestring The size of the spinner (e.g., "small", "medium", "large").required
colorstring The color of the spinner (e.g., "primary", "gray").required
Example payload
{
  "type": "spinner",
  "size": "md",
  "color": "#6366f1"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:spinner",
  "displayName": "Spinner",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/spinner",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "A simple rotating animation indicating that content is loading or an",
  "representativeQueries": [
    "show a loading spinner indicator operation is in progress",
    "a simple rotating animation indicating that content is loading or an",
    "render a spinner"
  ]
}
← 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 →