{
  "name": "row-avatar-name-role",
  "kind": "block",
  "primary": "div",
  "page": "/packages/web-components/components/row/row.examples.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-artifact-item": "",
    "data-artifact-label": "avatar + name + role"
  },
  "html": "<row-ui gap=\"3\" align=\"center\">\n        <avatar-ui text=\"KG\" size=\"sm\"></avatar-ui>\n        <col-ui gap=\"0\">\n          <text-ui strong>Kim Granlund</text-ui>\n          <text-ui variant=\"caption\">Owner</text-ui>\n        </col-ui>\n      </row-ui>",
  "source": "packages/web-components/components/row/row.examples.html",
  "metadata": {
    "domain": "layout",
    "description": "User identity row — avatar beside name and role. Common in tables, sidebars, and user lists.",
    "keywords": [
      "row",
      "avatar",
      "name",
      "role",
      "user",
      "identity",
      "inline",
      "person",
      "member",
      "team",
      "horizontal"
    ]
  },
  "captured_at": "2026-06-10T20:25:14.783Z",
  "template": [
    {
      "id": "avatar",
      "component": "Avatar",
      "size": "sm",
      "text": "KG"
    },
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Kim Granlund"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "caption",
      "textContent": "Owner"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "root",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "avatar",
        "column"
      ]
    }
  ]
}
