{
  "name": "row-spread-label-value",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/row/row.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "spread — label + value"
  },
  "html": "<row-ui justify=\"space-between\" align=\"center\">\n        <text-ui>Monthly total</text-ui>\n        <text-ui strong>$12,400</text-ui>\n      </row-ui>",
  "source": "packages/web-components/components/row/row.examples.html",
  "metadata": {
    "domain": "layout",
    "description": "Spread row — label pushed left, value pushed right via justify=space-between. Common in summary rows and list items.",
    "keywords": [
      "row",
      "spread",
      "justify",
      "space-between",
      "label",
      "value",
      "summary",
      "stat",
      "horizontal",
      "flex"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "textContent": "Monthly total"
    },
    {
      "id": "text-2",
      "component": "Text",
      "strong": true,
      "textContent": "$12,400"
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "justify": "space-between",
      "children": [
        "text",
        "text-2"
      ]
    }
  ]
}
