# Flip Card

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

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| front_content | string |
| back_content | string |
| trigger_on_hover | boolean |

## Example payload

```json
{
  "type": "flip_card",
  "front_content": "Front content",
  "back_content": "Back content",
  "trigger_on_hover": true
}
```

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