# Magnetic Button

Button that follows the cursor magnetically on hover

## Surfaces

google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| text | string (alias: label, title) |
| color | string (optional, hex background) |

## Example payload

```json
{
  "type": "magnetic_button",
  "text": "A concise description of the content."
}
```

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