{
  "name": "row-action-cluster",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/row/row.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "action cluster"
  },
  "html": "<row-ui gap=\"2\">\n        <button-ui text=\"Cancel\" variant=\"ghost\"></button-ui>\n        <button-ui text=\"Save changes\" variant=\"primary\"></button-ui>\n      </row-ui>",
  "source": "packages/web-components/components/row/row.examples.html",
  "metadata": {
    "domain": "layout",
    "description": "Horizontal action cluster — button group in a row with gap. Default shape for cancel + submit.",
    "keywords": [
      "row",
      "buttons",
      "actions",
      "cluster",
      "inline",
      "flex",
      "gap",
      "horizontal",
      "cancel",
      "submit"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "text": "Cancel",
      "variant": "ghost"
    },
    {
      "id": "button-2",
      "component": "Button",
      "text": "Save changes",
      "variant": "primary"
    },
    {
      "id": "root",
      "component": "Row",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    }
  ]
}
