Bullet List

Unordered list with optional bold lead-in per item

Surfaces
webgoogle-meet-stagegoogle-chatemailpdfgoogle-apps-script-webmcp-apps
Live preview
  • First item in the list
  • Labelled item with supporting description
  • Third item
Fields
FieldType
items[{'label': 'string', 'text': 'string'}]optional
Example payload
{
  "type": "bullet_list"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:bullet_list",
  "displayName": "Bullet List",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/bullet_list",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-chat",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Unordered list with optional bold lead-in per item",
  "representativeQueries": [
    "show a unordered list with optional bold label per item",
    "unordered list with optional bold lead-in per item",
    "render a bullet 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 →