Numbered list with large decorative number backgrounds ("large" style), circular number badges ("badge" style), or bordered cards with a ghost-number, title, tag pills and body text ("cards" style, added 2026-07-24 for stage-by-stage architecture breakdowns). More visual than steps.
| Field | Type | |
|---|---|---|
| title | string. Ignored by the "cards" style. | optional |
| accent | string (optional, hex, default "#6366f1") | optional |
| theme | string (optional, "light"|"dark", default "light"). "cards" style only. | optional |
| style | string (optional, "large"|"badge"|"cards", default "large") | optional |
| items | array (required). For "large"/"badge" style, each item is {label, text}. For "cards" style, each item is {number (optional, defaults to position), title, tags (optional, array of string), text}. | optional |
{
"type": "numbered_list"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:numbered_list",
"displayName": "Numbered List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/numbered_list",
"capabilities": [
"web",
"google-apps-script-web",
"pdf",
"mcp-apps"
],
"description": "Numbered list with large decorative number backgrounds (\"large\" style), circular number badges (\"badge\" style), or bordered cards with a ghost-number, title, tag pills and body text (\"cards\" style, added 2026-07-24 for stage-by-stage architecture breakdowns). More visual than steps.",
"representativeQueries": [
"show a decorative numbered list \u2014 large background numbers, circular badges, or bordered stage cards",
"numbered list with large decorative number backgrounds (\"large\" style), circular number badges (\"bad",
"render a numbered list"
]
}
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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →