{
  "name": "col-heading-body-action",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/col/col.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "heading + body + action stack"
  },
  "html": "<col-ui gap=\"3\">\n        <text-ui variant=\"heading\">Confirm deletion</text-ui>\n        <text-ui>This will permanently delete the record and all associated data. This action cannot be undone.</text-ui>\n        <row-ui gap=\"2\" justify=\"end\">\n          <button-ui text=\"Cancel\" variant=\"ghost\"></button-ui>\n          <button-ui text=\"Delete\" variant=\"primary\" color=\"danger\"></button-ui>\n        </row-ui>\n      </col-ui>",
  "source": "packages/web-components/components/col/col.examples.html",
  "metadata": {
    "domain": "layout",
    "description": "Content stack — heading, body text, and CTA button stacked vertically. Common inside cards, modals, and empty states.",
    "keywords": [
      "col",
      "column",
      "heading",
      "body",
      "text",
      "action",
      "cta",
      "button",
      "content",
      "stack",
      "vertical",
      "card"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Confirm deletion"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "This will permanently delete the record and all associated data. This action cannot be undone."
    },
    {
      "id": "button",
      "component": "Button",
      "text": "Cancel",
      "variant": "ghost"
    },
    {
      "id": "button-2",
      "component": "Button",
      "color": "danger",
      "text": "Delete",
      "variant": "primary"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "2",
      "justify": "end",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "3",
      "children": [
        "text",
        "text-2",
        "row"
      ]
    }
  ]
}
