{
  "name": "grid-kpi-4col",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/grid/grid.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "KPI 4-column grid"
  },
  "html": "<grid-ui columns=\"4\" gap=\"3\">\n        <card-ui><section><stat-ui label=\"Revenue\" value=\"$12,400\" change=\"+8.4%\" trend=\"up\" icon=\"currency-dollar\"></stat-ui></section></card-ui>\n        <card-ui><section><stat-ui label=\"Users\" value=\"2,840\" change=\"+12%\" trend=\"up\" icon=\"users\"></stat-ui></section></card-ui>\n        <card-ui><section><stat-ui label=\"Conversion\" value=\"3.2%\" change=\"-0.3%\" trend=\"down\" icon=\"chart-line\"></stat-ui></section></card-ui>\n        <card-ui><section><stat-ui label=\"Avg. Order\" value=\"$87\" change=\"+$4\" trend=\"up\" icon=\"receipt\"></stat-ui></section></card-ui>\n      </grid-ui>",
  "source": "packages/web-components/components/grid/grid.examples.html",
  "metadata": {
    "domain": "data",
    "description": "4-column KPI grid — stat cards in a fixed grid layout for dashboard metrics.",
    "keywords": [
      "grid",
      "kpi",
      "stat",
      "card",
      "dashboard",
      "metrics",
      "4-column",
      "fixed",
      "layout"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "stat",
      "component": "Stat",
      "change": "+8.4%",
      "icon": "currency-dollar",
      "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%",
      "icon": "users",
      "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": "-0.3%",
      "icon": "chart-line",
      "label": "Conversion",
      "trend": "down",
      "value": "3.2%"
    },
    {
      "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": "+$4",
      "icon": "receipt",
      "label": "Avg. Order",
      "trend": "up",
      "value": "$87"
    },
    {
      "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": "4",
      "gap": "3",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4"
      ]
    }
  ]
}
