Flip Card

Renders a card with a front and back side that flips on interaction.

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
front_contentstringrequired
back_contentstringrequired
trigger_on_hoverbooleanrequired
Example payload
{
  "type": "flip_card",
  "front_content": "Front content",
  "back_content": "Back content",
  "trigger_on_hover": true
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →