{
  "name": "col-stat-label",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/col/col.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "stat + label stack"
  },
  "html": "<col-ui gap=\"1\" align=\"center\">\n        <text-ui variant=\"display\">$12,400</text-ui>\n        <text-ui variant=\"caption\">Monthly revenue</text-ui>\n        <tag-ui size=\"sm\" variant=\"success\">↑ 8.4%</tag-ui>\n      </col-ui>",
  "source": "packages/web-components/components/col/col.examples.html",
  "metadata": {
    "domain": "data",
    "description": "KPI stack — metric value above label. Used in stat cards, dashboard widgets, and analytics tiles.",
    "keywords": [
      "col",
      "column",
      "stat",
      "kpi",
      "metric",
      "value",
      "label",
      "number",
      "analytics",
      "dashboard",
      "widget"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "$12,400"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "caption",
      "textContent": "Monthly revenue"
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "↑ 8.4%",
      "variant": "body"
    },
    {
      "id": "tag",
      "component": "Tag",
      "size": "sm",
      "variant": "success",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "align": "center",
      "gap": "1",
      "children": [
        "text",
        "text-2",
        "tag"
      ]
    }
  ]
}
