{
  "name": "grid-responsive-kpi",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/grid/grid.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "responsive 1→2→4 grid"
  },
  "html": "<grid-ui columns=\"1 2@sm 4@lg\" gap=\"3 4@md\">\n        <card-ui><section><stat-ui label=\"Revenue\" value=\"$12,400\" change=\"+8.4%\" trend=\"up\"></stat-ui></section></card-ui>\n        <card-ui><section><stat-ui label=\"Users\" value=\"2,840\" change=\"+12%\" trend=\"up\"></stat-ui></section></card-ui>\n        <card-ui><section><stat-ui label=\"Sessions\" value=\"48k\" change=\"+5%\" trend=\"up\"></stat-ui></section></card-ui>\n        <card-ui><section><stat-ui label=\"Bounce rate\" value=\"38%\" change=\"-2%\" trend=\"up\"></stat-ui></section></card-ui>\n      </grid-ui>",
  "source": "packages/web-components/components/grid/grid.examples.html",
  "metadata": {
    "domain": "layout",
    "description": "Responsive KPI grid — 1 column on mobile, 2 on tablet, 4 on desktop using @bp notation.",
    "keywords": [
      "grid",
      "responsive",
      "breakpoint",
      "columns",
      "kpi",
      "card",
      "layout",
      "1",
      "2",
      "4",
      "mobile",
      "tablet",
      "desktop",
      "@bp"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "stat",
      "component": "Stat",
      "change": "+8.4%",
      "label": "Revenue",
      "trend": "up",
      "value": "$12,400"
    },
    {
      "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": "Users",
      "trend": "up",
      "value": "2,840"
    },
    {
      "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": "+5%",
      "label": "Sessions",
      "trend": "up",
      "value": "48k"
    },
    {
      "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": "-2%",
      "label": "Bounce rate",
      "trend": "up",
      "value": "38%"
    },
    {
      "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": "root",
      "component": "Grid",
      "columns": "1 2@sm 4@lg",
      "gap": "3 4@md",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4"
      ]
    }
  ]
}
