Single CTA button or link that navigates to a named A2UI page. Automatically appends &from=
| Field | Type | |
|---|---|---|
| nav_slug | string (required). Slug of the destination named page. | required |
| label | string. Button label. Default "Continue →". | optional |
| icon | string. Emoji or icon prefix. | optional |
| style | string. "primary" (default), "ghost", or "text". | optional |
| align | string. "left" (default), "center", or "right". | optional |
{
"type": "nav_link",
"nav_slug": "Nav slug"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:nav_link",
"displayName": "Nav Link",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/nav_link",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Single CTA button or link that navigates to a named A2UI page. Automatically appends &from= so the destination page's back button returns here. Style variants \u2014 primary (filled indigo), ghost (border), or text (minimal).",
"representativeQueries": [
"show a single CTA link to a named page \u2014 appends from= automatically for back-button support",
"single cta button or link that navigates to a named a2ui page. automatically appends &from=
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 →