Horizontal strip of pill buttons that smooth-scroll to other blocks on the page by id.
| Field | Type | |
|---|---|---|
| links | array (required) of {label, target (block id to scroll to)} | required |
{
"type": "jump_nav",
"links": [
{
"label": "GitHub",
"url": "https://github.com/a2uicatalog/a2ui"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:jump_nav",
"displayName": "Jump Nav",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/jump_nav",
"capabilities": [
"google-apps-script-web",
"mcp-apps"
],
"description": "Horizontal strip of pill buttons that smooth-scroll to other blocks on the page by id.",
"representativeQueries": [
"show a anchor pill buttons scrolling to page sections",
"horizontal strip of pill buttons that smooth-scroll to other blocks on the page by id.",
"render a jump nav"
]
}
The renderer is an open-source Google Apps Script web app. 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 →