{
  "name": "user-profile-card",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/app/user-profile-card/user-profile-card.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <avatar-ui slot=\"icon\" text=\"Jane Doe\" size=\"xl\"></avatar-ui>\n    <h3>Jane Doe</h3>\n    <p slot=\"description\">Product Designer · Acme Inc.</p>\n  </header>\n  <section>\n    <col-ui gap=\"3\">\n      <row-ui gap=\"2\" align=\"center\">\n        <icon-ui name=\"envelope\" color=\"subtle\"></icon-ui>\n        <text-ui color=\"subtle\">jane@example.com</text-ui>\n      </row-ui>\n      <row-ui gap=\"2\" align=\"center\">\n        <icon-ui name=\"briefcase\" color=\"subtle\"></icon-ui>\n        <badge-ui text=\"Designer\" variant=\"subtle\"></badge-ui>\n        <badge-ui text=\"Pro plan\" variant=\"accent\"></badge-ui>\n      </row-ui>\n      <row-ui gap=\"2\" align=\"center\">\n        <icon-ui name=\"calendar-blank\" color=\"subtle\"></icon-ui>\n        <text-ui color=\"subtle\">Joined January 2026</text-ui>\n      </row-ui>\n    </col-ui>\n  </section>\n  <footer>\n    <row-ui gap=\"2\">\n      <button-ui text=\"Message\" variant=\"outline\" icon=\"chat-circle\" stretch></button-ui>\n      <button-ui text=\"View profile\" variant=\"primary\" stretch></button-ui>\n    </row-ui>\n  </footer>\n</card-ui>",
  "source": "catalog/ui-patterns/app/user-profile-card/user-profile-card.contents.html",
  "metadata": {
    "domain": "display",
    "description": "User profile card with avatar, name, role, and action buttons (message, view profile).",
    "keywords": [
      "profile",
      "card",
      "user",
      "avatar",
      "name",
      "role",
      "action",
      "buttons",
      "team-member",
      "display",
      "identity",
      "contact",
      "user-profile"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "avatar",
      "component": "Avatar",
      "slot": "icon",
      "size": "xl",
      "text": "Jane Doe"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Jane Doe"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Product Designer · Acme Inc."
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "avatar",
        "text",
        "text-2"
      ]
    },
    {
      "id": "envelope",
      "component": "Icon",
      "name": "envelope"
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "textContent": "jane@example.com"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "envelope",
        "text-3"
      ]
    },
    {
      "id": "briefcase",
      "component": "Icon",
      "name": "briefcase"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "Designer",
      "variant": "subtle"
    },
    {
      "id": "badge-2",
      "component": "Badge",
      "text": "Pro plan",
      "variant": "accent"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "briefcase",
        "badge",
        "badge-2"
      ]
    },
    {
      "id": "calendar-blank",
      "component": "Icon",
      "name": "calendar-blank"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "textContent": "Joined January 2026"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "calendar-blank",
        "text-4"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "row",
        "row-2",
        "row-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "chat-circle",
      "stretch": true,
      "text": "Message",
      "variant": "outline"
    },
    {
      "id": "button-2",
      "component": "Button",
      "stretch": true,
      "text": "View profile",
      "variant": "primary"
    },
    {
      "id": "row-4",
      "component": "Row",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "row-4"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
