Dark Divider

Thin horizontal rule for dark theme pages

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
colourstring (optional, hex)optional
marginstring (optional, CSS margin)optional
heightstring (optional, CSS height)optional
Example payload
{
  "type": "dark_divider"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:dark_divider",
  "displayName": "Dark Divider",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/dark_divider",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Thin horizontal rule for dark theme pages",
  "representativeQueries": [
    "show a dark-theme horizontal divider",
    "thin horizontal rule for dark theme pages",
    "render a dark divider"
  ]
}
← 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 →