Button that triggers confetti explosion when clicked
| Field | Type | |
|---|---|---|
| label | string (message shown after click, alias: text) | required |
| trigger | string (button label, alias: button) | required |
{
"type": "confetti_trigger",
"label": "Confetti Trigger",
"trigger": "click"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:confetti_trigger",
"displayName": "Confetti Trigger",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/confetti_trigger",
"capabilities": [
"apps-script-web"
],
"description": "Button that triggers confetti explosion when clicked",
"representativeQueries": [
"show a click-to-trigger confetti button",
"button that triggers confetti explosion when clicked",
"render a confetti trigger"
]
}
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 →