Tag Cloud

Visual cloud of tags with variable font size based on weight. Heavier tags appear larger. Use for skill tags, topic clouds, keyword displays.

Surfaces
webapps-script-webpdf
Fields
FieldType
titlestringoptional
accentstring (optional, default hex)optional
min_sizeinteger (optional, minimum font size px, default 12)optional
max_sizeinteger (optional, maximum font size px, default 22)optional
tagsarray (required, alias items). Each: {label, weight? (default 1), color?} or plain stringrequired
Example payload
{
  "type": "tag_cloud"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:tag_cloud",
  "displayName": "Tag Cloud",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/tag_cloud",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "Visual cloud of tags with variable font size based on weight. Heavier tags appear larger. Use for skill tags, topic clouds, keyword displays.",
  "representativeQueries": [
    "show a weighted tag cloud \u2014 variable size by weight, wrap layout",
    "visual cloud of tags with variable font size based on weight. heavier tags appear larger. use for sk",
    "render a tag cloud"
  ]
}
← 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 →