Numbered List

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.

Surfaces
webgoogle-apps-script-webpdfmcp-apps
Live preview
Fields
FieldType
titlestring. Ignored by the "cards" style.optional
accentstring (optional, hex, default "#6366f1")optional
themestring (optional, "light"|"dark", default "light"). "cards" style only.optional
stylestring (optional, "large"|"badge"|"cards", default "large")optional
itemsarray (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
Example payload
{
  "type": "numbered_list"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

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 →