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.
| Surface | Note |
|---|---|
| meet-stage | Background color may not render in all stage environments |
| googlechat | No full-width layout support; renders as a card with buttons |
| Field | Type | |
|---|---|---|
| heading | string. Main headline. | required |
| body | string. Descriptive paragraph. | required |
| primary_cta | object. {label, url} for the primary action button. | required |
| secondary_cta | object. {label, url} for a ghost secondary button. | optional |
| background | string. CSS color for the banner background. Default | optional |
{
"type": "cta_section",
"heading": "Cta Section",
"body": "A concise description of the content.",
"primary_cta": "https://example.com"
}
{
"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"
]
}
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 →