# Spinner

A simple rotating animation indicating that content is loading or an

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| size | string The size of the spinner (e.g., "small", "medium", "large"). |
| color | string The color of the spinner (e.g., "primary", "gray"). |

## Example payload

```json
{
  "type": "spinner",
  "size": "md",
  "color": "#6366f1"
}
```

Live page: https://a2uicatalog.ai/atoms/spinner/
Full field contract: https://a2uicatalog.ai/spec.json
