# Confetti Trigger

Button that triggers confetti explosion when clicked

## Surfaces

google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| label | string (message shown after click, alias: text) |
| trigger | string (button label, alias: button) |

## Example payload

```json
{
  "type": "confetti_trigger",
  "label": "Confetti Trigger",
  "trigger": "click"
}
```

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