# Abbr Tooltip

Inline abbreviation with a tooltip revealing the full expanded form on hover.

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| text | string. The abbreviation to display. |
| title | string. The expanded full form. |

## Example payload

```json
{
  "type": "abbr_tooltip",
  "text": "A concise description of the content.",
  "title": "Abbr Tooltip"
}
```

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