Cta Section

Full-width call-to-action banner with headline, body text, a primary button, and an optional secondary ghost button. Renders on a solid color background. Tailwind UI CTA section pattern.

Surfaces
webemailpdfapps-script-web
Degraded on
SurfaceNote
meet-stageBackground color may not render in all stage environments
googlechatNo full-width layout support; renders as a card with buttons
Fields
FieldType
headingstring. Main headline.required
bodystring. Descriptive paragraph.required
primary_ctaobject. {label, url} for the primary action button.required
secondary_ctaobject. {label, url} for a ghost secondary button.optional
backgroundstring. CSS color for the banner background. Defaultoptional
Example payload
{
  "type": "cta_section",
  "heading": "Cta Section",
  "body": "A concise description of the content.",
  "primary_cta": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:cta_section",
  "displayName": "Cta Section",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/cta_section",
  "capabilities": [
    "web",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Full-width call-to-action banner with headline, body text, a primary button, and an optional secondary ghost button. Renders on a solid color background. Tailwind UI CTA section pattern.",
  "representativeQueries": [
    "show a full-width CTA banner with headline and buttons \u2014 Tailwind UI pattern",
    "full-width call-to-action banner with headline, body text, a primary button, and an optional seconda",
    "render a cta section"
  ]
}
← 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 →