Display Quote

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.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
textstring. Quote body text.required
attributionstring. Name or source shown below quote.optional
colourstring. Accent colour for mark and attribution. Defaultoptional
sizestring. Font-size for quote text. Default clamp(1.4rem,3vw,2.2rem).optional
alignstring. center or left. Default center.optional
Example payload
{
  "type": "display_quote",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →