A simple rotating animation indicating that content is loading or an
| Field | Type | |
|---|---|---|
| size | string The size of the spinner (e.g., "small", "medium", "large"). | required |
| color | string The color of the spinner (e.g., "primary", "gray"). | required |
{
"type": "spinner",
"size": "md",
"color": "#6366f1"
}
{
"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"
]
}
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 →