Renders a card with a front and back side that flips on interaction.
| Field | Type | |
|---|---|---|
| front_content | string | required |
| back_content | string | required |
| trigger_on_hover | boolean | required |
{
"type": "flip_card",
"front_content": "Front content",
"back_content": "Back content",
"trigger_on_hover": true
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:flip_card",
"displayName": "Flip Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/flip_card",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a card with a front and back side that flips on interaction.",
"representativeQueries": [
"show a card that flips on hover to reveal back content",
"renders a card with a front and back side that flips on interaction.",
"render a flip card"
]
}
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 →