{
  "name": "bulk-selection-actions-bar",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <card-ui raw>\n      <section>\n        <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n          <row-ui gap=\"2\" align=\"center\">\n            <button-ui icon=\"x\" variant=\"ghost\" size=\"sm\"></button-ui>\n            <text-ui strong size=\"sm\">12 selected</text-ui>\n          </row-ui>\n          <row-ui gap=\"2\">\n            <button-ui text=\"Export\" icon=\"download-simple\" variant=\"outline\" size=\"sm\"></button-ui>\n            <button-ui text=\"Move\" icon=\"folder\" variant=\"outline\" size=\"sm\"></button-ui>\n            <button-ui text=\"Tag\" icon=\"tag\" variant=\"outline\" size=\"sm\"></button-ui>\n            <button-ui text=\"Delete\" icon=\"trash\" variant=\"outline\" size=\"sm\" color=\"danger\"></button-ui>\n          </row-ui>\n        </row-ui>\n      </section>\n    </card-ui>\n  </section>",
  "source": "catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
  "metadata": {
    "domain": "data-management",
    "description": "Bulk selection actions bar — a highlighted toolbar that appears when rows are selected, showing the selected-count on the left and a cluster of bulk operations (Export, Move, Tag, Delete) on the right. The 'N selected — do something to all of them' batch-action strip above a data table.",
    "keywords": [
      "bulk",
      "selection",
      "actions",
      "bar",
      "batch",
      "operations",
      "selected",
      "rows",
      "toolbar",
      "multi-select",
      "export",
      "move",
      "tag",
      "delete",
      "archive",
      "count",
      "clear",
      "selection",
      "data",
      "management",
      "table",
      "bulk",
      "edit",
      "mass",
      "action",
      "apply",
      "to",
      "all",
      "batch",
      "toolbar",
      "selected",
      "items",
      "deselect"
    ]
  },
  "captured_at": "2026-06-10T19:45:40.486Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "x",
      "size": "sm",
      "variant": "ghost"
    },
    {
      "id": "text",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "12 selected"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "button",
        "text"
      ]
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "download-simple",
      "size": "sm",
      "text": "Export",
      "variant": "outline"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "folder",
      "size": "sm",
      "text": "Move",
      "variant": "outline"
    },
    {
      "id": "button-4",
      "component": "Button",
      "icon": "tag",
      "size": "sm",
      "text": "Tag",
      "variant": "outline"
    },
    {
      "id": "button-5",
      "component": "Button",
      "color": "danger",
      "icon": "trash",
      "size": "sm",
      "text": "Delete",
      "variant": "outline"
    },
    {
      "id": "row-3",
      "component": "Row",
      "gap": "2",
      "children": [
        "button-2",
        "button-3",
        "button-4",
        "button-5"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "row-2",
        "row-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "row"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "raw": true,
      "children": [
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
