{
  "name": "icon-text-row",
  "kind": "block",
  "primary": "row-ui",
  "page": "/apps/saas/app/integrations/integrations.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "align": "center",
    "grow": ""
  },
  "html": "<row-ui gap=\"2\" align=\"center\" grow>\n              <icon-ui name=\"git-branch\"></icon-ui>\n              <text-ui grow>acme-corp/web</text-ui>\n              <text-ui color=\"subtle\">2m ago</text-ui>\n            </row-ui>",
  "source": "apps/saas/app/integrations/integrations.contents.html",
  "metadata": {
    "domain": "display",
    "description": "Icon + text row — inline row combining a leading icon with a label, used in lists or menus.",
    "keywords": [
      "icon",
      "text",
      "row",
      "inline",
      "label",
      "list",
      "menu",
      "item"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "git-branch",
      "component": "Icon",
      "name": "git-branch"
    },
    {
      "id": "text",
      "component": "Text",
      "textContent": "acme-corp/web"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "2m ago"
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "grow": true,
      "children": [
        "git-branch",
        "text",
        "text-2"
      ]
    }
  ]
}
