Large typographic quote with a decorative quotation mark at 5rem, quote body in italic, and optional attribution line. Dark-native, great for Meet Stage title slides.
| Field | Type | |
|---|---|---|
| text | string. Quote body text. | required |
| attribution | string. Name or source shown below quote. | optional |
| colour | string. Accent colour for mark and attribution. Default | optional |
| size | string. Font-size for quote text. Default clamp(1.4rem,3vw,2.2rem). | optional |
| align | string. center or left. Default center. | optional |
{
"type": "display_quote",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:display_quote",
"displayName": "Display Quote",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/display_quote",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Large typographic quote with a decorative quotation mark at 5rem, quote body in italic, and optional attribution line. Dark-native, great for Meet Stage title slides.",
"representativeQueries": [
"show a typographic pull quote with decorative mark and attribution",
"large typographic quote with a decorative quotation mark at 5rem, quote body in italic, and optional",
"render a display quote"
]
}
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 →