Emoji reaction buttons โ tapping rains the emoji down the screen, with optional Sheet-backed totals
| Field | Type | |
|---|---|---|
| reactions | array of emoji strings (optional, default ๐ฅ๐ก๐คฏ๐) | optional |
| write_url | string (optional, GAS doGet URL to record reactions) | optional |
| sheet_url | string (optional, Google Sheet CSV for live counts) | optional |
| poll | number (optional, poll interval ms) | optional |
| accent | string (optional, hex) | optional |
{
"type": "reaction_shower"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:reaction_shower",
"displayName": "Reaction Shower",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/reaction_shower",
"capabilities": [
"apps-script-web"
],
"description": "Emoji reaction buttons \u2014 tapping rains the emoji down the screen, with optional Sheet-backed totals",
"representativeQueries": [
"show a emoji reaction buttons with raining particles",
"emoji reaction buttons \u2014 tapping rains the emoji down the screen, with optional sheet-backed totals",
"render a reaction shower"
]
}
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 โ