{
  "name": "responsive-kpi-grid",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <grid-ui columns=\"1 2@sm 4@lg\" gap=\"3 4@md\">\n      <card-ui>\n        <section>\n          <stat-ui label=\"Total Users\" value=\"12,847\" change=\"+8%\" trend=\"up\"></stat-ui>\n        </section>\n      </card-ui>\n      <card-ui>\n        <section>\n          <stat-ui label=\"Revenue\" value=\"$48.2k\" change=\"+12%\" trend=\"up\"></stat-ui>\n        </section>\n      </card-ui>\n      <card-ui>\n        <section>\n          <stat-ui label=\"Churn Rate\" value=\"2.4%\" change=\"-0.3pp\" trend=\"down\"></stat-ui>\n        </section>\n      </card-ui>\n      <card-ui>\n        <section>\n          <stat-ui label=\"Avg Session\" value=\"4m 12s\" change=\"+23s\" trend=\"up\"></stat-ui>\n        </section>\n      </card-ui>\n    </grid-ui>\n  </section>",
  "source": "catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Responsive KPI stat-card grid — 1 column on mobile, 2 on tablet (sm+), 4 on desktop (lg+) using @bp notation.",
    "keywords": [
      "responsive",
      "kpi",
      "stat",
      "grid",
      "mobile",
      "tablet",
      "desktop",
      "breakpoint",
      "columns",
      "adaptive",
      "layout"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "stat",
      "component": "Stat",
      "change": "+8%",
      "label": "Total Users",
      "trend": "up",
      "value": "12,847"
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "stat"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "stat-2",
      "component": "Stat",
      "change": "+12%",
      "label": "Revenue",
      "trend": "up",
      "value": "$48.2k"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "stat-2"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "stat-3",
      "component": "Stat",
      "change": "-0.3pp",
      "label": "Churn Rate",
      "trend": "down",
      "value": "2.4%"
    },
    {
      "id": "section-3",
      "component": "Section",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "children": [
        "stat-3"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "section-3"
      ]
    },
    {
      "id": "stat-4",
      "component": "Stat",
      "change": "+23s",
      "label": "Avg Session",
      "trend": "up",
      "value": "4m 12s"
    },
    {
      "id": "section-4",
      "component": "Section",
      "children": [
        "column-4"
      ]
    },
    {
      "id": "column-4",
      "component": "Column",
      "children": [
        "stat-4"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "section-4"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "1 2@sm 4@lg",
      "gap": "3 4@md",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "grid"
      ]
    }
  ]
}
