Nav Link

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 — primary (filled indigo), ghost (border), or text (minimal).

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
nav_slugstring (required). Slug of the destination named page.required
labelstring. Button label. Default "Continue →".optional
iconstring. Emoji or icon prefix.optional
stylestring. "primary" (default), "ghost", or "text".optional
alignstring. "left" (default), "center", or "right".optional
Example payload
{
  "type": "nav_link",
  "nav_slug": "Nav slug"
}
ARD catalog entry
{
  "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=
← 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 →