{
  "name": "card-with-stat-kpi",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/card/card.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "card with KPI stat"
  },
  "html": "<card-ui style=\"max-width:260px\">\n        <header>\n          <h3>Revenue</h3>\n          <tag-ui slot=\"action\" size=\"sm\" variant=\"success\">↑ 8.4%</tag-ui>\n        </header>\n        <section>\n          <stat-ui label=\"This month\" value=\"$12,400\" change=\"+$960\" trend=\"up\" icon=\"currency-dollar\"></stat-ui>\n        </section>\n      </card-ui>",
  "source": "packages/web-components/components/card/card.examples.html",
  "metadata": {
    "domain": "data",
    "description": "KPI card — card containing a stat-ui metric with label, value, trend indicator, and optional icon.",
    "keywords": [
      "card",
      "stat",
      "kpi",
      "metric",
      "value",
      "trend",
      "dashboard",
      "analytics",
      "revenue",
      "users",
      "conversion"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Revenue"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "↑ 8.4%",
      "variant": "body"
    },
    {
      "id": "tag",
      "component": "Tag",
      "slot": "action",
      "size": "sm",
      "variant": "success",
      "children": [
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "tag"
      ]
    },
    {
      "id": "stat",
      "component": "Stat",
      "change": "+$960",
      "icon": "currency-dollar",
      "label": "This month",
      "trend": "up",
      "value": "$12,400"
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "stat"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
