Numbered List

Numbered list with either large decorative number backgrounds ("large" style) or circular number badges ("badge" style). More visual than steps.

Surfaces
webapps-script-webpdf
Fields
FieldType
titlestringoptional
accentstring (optional, hex, default "#6366f1")optional
stylestring (optional, "large"|"badge", default "large")optional
itemsarray (required). Array of {label, 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",
    "apps-script-web",
    "pdf"
  ],
  "description": "Numbered list with either large decorative number backgrounds (\"large\" style) or circular number badges (\"badge\" style). More visual than steps.",
  "representativeQueries": [
    "show a decorative numbered list \u2014 large background numbers or circular badges",
    "numbered list with either large decorative number backgrounds (\"large\" style) or circular number bad",
    "render a numbered list"
  ]
}
← 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 →