{
  "name": "email-inbox-list",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/app/email-inbox-list/email-inbox-list.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <span slot=\"heading\">\n      <text-ui strong>Inbox</text-ui>\n      <badge-ui text=\"12 unread\" variant=\"accent\"></badge-ui>\n    </span>\n    <span slot=\"action\">\n      <row-ui gap=\"1\">\n        <button-ui variant=\"ghost\" size=\"sm\" icon=\"funnel\" title=\"Filter\"></button-ui>\n        <button-ui variant=\"ghost\" size=\"sm\" icon=\"magnifying-glass\" title=\"Search\"></button-ui>\n        <button-ui variant=\"ghost\" size=\"sm\" icon=\"pencil-simple\" title=\"Compose\"></button-ui>\n      </row-ui>\n    </span>\n  </header>\n  <section bleed>\n    <list-ui divider>\n\n      <!-- Row 1 — unread -->\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"start\" grow>\n          <avatar-ui text=\"Sarah Miller\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <text-ui strong>Sarah Miller</text-ui>\n              <text-ui color=\"subtle\" size=\"xs\">9:41 AM</text-ui>\n            </row-ui>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <col-ui gap=\"0\" grow>\n                <text-ui strong size=\"sm\">Design review feedback — Q3 components</text-ui>\n                <text-ui color=\"subtle\" size=\"sm\">Hey, I left comments on the card-ui section. Can we sync before the...</text-ui>\n              </col-ui>\n              <badge-ui text=\"3\" variant=\"accent\" size=\"sm\"></badge-ui>\n            </row-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n\n      <!-- Row 2 — unread -->\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"start\" grow>\n          <avatar-ui text=\"James Park\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <text-ui strong>James Park</text-ui>\n              <text-ui color=\"subtle\" size=\"xs\">8:15 AM</text-ui>\n            </row-ui>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <col-ui gap=\"0\" grow>\n                <text-ui strong size=\"sm\">Invoice #1042 is ready</text-ui>\n                <text-ui color=\"subtle\" size=\"sm\">Your invoice for May is ready to view. Total due: $2,400 by June 1...</text-ui>\n              </col-ui>\n              <badge-ui text=\"1\" variant=\"accent\" size=\"sm\"></badge-ui>\n            </row-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n\n      <!-- Row 3 — read -->\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"start\" grow>\n          <avatar-ui text=\"Alex Chen\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <text-ui>Alex Chen</text-ui>\n              <text-ui color=\"subtle\" size=\"xs\">Yesterday</text-ui>\n            </row-ui>\n            <col-ui gap=\"0\">\n              <text-ui size=\"sm\">Re: Team offsite dates confirmed</text-ui>\n              <text-ui color=\"subtle\" size=\"sm\">Sounds good — I've blocked the calendar. See you in Portland...</text-ui>\n            </col-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n\n      <!-- Row 4 — unread -->\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"start\" grow>\n          <avatar-ui icon=\"buildings\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <text-ui strong>Acme Corp Billing</text-ui>\n              <text-ui color=\"subtle\" size=\"xs\">Yesterday</text-ui>\n            </row-ui>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <col-ui gap=\"0\" grow>\n                <text-ui strong size=\"sm\">Your subscription renews in 3 days</text-ui>\n                <text-ui color=\"subtle\" size=\"sm\">Hi Kim, your Pro plan renews on June 1. Update payment details here...</text-ui>\n              </col-ui>\n              <badge-ui text=\"1\" variant=\"accent\" size=\"sm\"></badge-ui>\n            </row-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n\n      <!-- Row 5 — read -->\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"start\" grow>\n          <avatar-ui text=\"Maria Santos\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <text-ui>Maria Santos</text-ui>\n              <text-ui color=\"subtle\" size=\"xs\">Mon</text-ui>\n            </row-ui>\n            <col-ui gap=\"0\">\n              <text-ui size=\"sm\">Onboarding checklist — final items</text-ui>\n              <text-ui color=\"subtle\" size=\"sm\">I've completed steps 1-6. Only the API key setup is left. Is there a...</text-ui>\n            </col-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n\n      <!-- Row 6 — read -->\n      <list-item-ui>\n        <row-ui gap=\"3\" align=\"start\" grow>\n          <avatar-ui text=\"Priya Nair\" size=\"sm\"></avatar-ui>\n          <col-ui gap=\"0\" grow>\n            <row-ui gap=\"2\" align=\"center\" justify=\"between\">\n              <text-ui>Priya Nair</text-ui>\n              <text-ui color=\"subtle\" size=\"xs\">Sun</text-ui>\n            </row-ui>\n            <col-ui gap=\"0\">\n              <text-ui size=\"sm\">Weekly digest — design system updates</text-ui>\n              <text-ui color=\"subtle\" size=\"sm\">This week: new token exports, updated avatar-ui docs, badge size scale...</text-ui>\n            </col-ui>\n          </col-ui>\n        </row-ui>\n      </list-item-ui>\n\n    </list-ui>\n  </section>\n</card-ui>",
  "source": "catalog/ui-patterns/app/email-inbox-list/email-inbox-list.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Email inbox list — scrollable list of email rows with sender avatar, subject, preview snippet, timestamp, and unread badge indicator. List-item-ui rows with dividers.",
    "keywords": [
      "email",
      "inbox",
      "list",
      "message",
      "unread",
      "sender",
      "subject",
      "preview",
      "timestamp",
      "avatar",
      "badge",
      "list-ui",
      "list-item-ui",
      "avatar-ui"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text-2",
      "component": "Text",
      "strong": true,
      "textContent": "Inbox"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "12 unread",
      "variant": "accent"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-2",
        "badge"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "funnel",
      "size": "sm",
      "variant": "ghost"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "magnifying-glass",
      "size": "sm",
      "variant": "ghost"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "pencil-simple",
      "size": "sm",
      "variant": "ghost"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "1",
      "children": [
        "button",
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "slot": "action",
      "children": [
        "row"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-3"
      ]
    },
    {
      "id": "avatar",
      "component": "Avatar",
      "size": "sm",
      "text": "Sarah Miller"
    },
    {
      "id": "text-4",
      "component": "Text",
      "strong": true,
      "textContent": "Sarah Miller"
    },
    {
      "id": "text-5",
      "component": "Text",
      "color": "subtle",
      "size": "xs",
      "textContent": "9:41 AM"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "text-4",
        "text-5"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Design review feedback — Q3 components"
    },
    {
      "id": "text-7",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Hey, I left comments on the card-ui section. Can we sync before the..."
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "text-6",
        "text-7"
      ]
    },
    {
      "id": "badge-2",
      "component": "Badge",
      "size": "sm",
      "text": "3",
      "variant": "accent"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "column-2",
        "badge-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-3",
        "row-4"
      ]
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "start",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar",
        "column"
      ]
    },
    {
      "id": "list-item",
      "component": "ListItem",
      "children": [
        "row-2"
      ]
    },
    {
      "id": "avatar-2",
      "component": "Avatar",
      "size": "sm",
      "text": "James Park"
    },
    {
      "id": "text-8",
      "component": "Text",
      "strong": true,
      "textContent": "James Park"
    },
    {
      "id": "text-9",
      "component": "Text",
      "color": "subtle",
      "size": "xs",
      "textContent": "8:15 AM"
    },
    {
      "id": "row-6",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "text-8",
        "text-9"
      ]
    },
    {
      "id": "text-10",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Invoice #1042 is ready"
    },
    {
      "id": "text-11",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Your invoice for May is ready to view. Total due: $2,400 by June 1..."
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "text-10",
        "text-11"
      ]
    },
    {
      "id": "badge-3",
      "component": "Badge",
      "size": "sm",
      "text": "1",
      "variant": "accent"
    },
    {
      "id": "row-7",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "column-4",
        "badge-3"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-6",
        "row-7"
      ]
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "start",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-2",
        "column-3"
      ]
    },
    {
      "id": "list-item-2",
      "component": "ListItem",
      "children": [
        "row-5"
      ]
    },
    {
      "id": "avatar-3",
      "component": "Avatar",
      "size": "sm",
      "text": "Alex Chen"
    },
    {
      "id": "text-12",
      "component": "Text",
      "textContent": "Alex Chen"
    },
    {
      "id": "text-13",
      "component": "Text",
      "color": "subtle",
      "size": "xs",
      "textContent": "Yesterday"
    },
    {
      "id": "row-9",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "text-12",
        "text-13"
      ]
    },
    {
      "id": "text-14",
      "component": "Text",
      "size": "sm",
      "textContent": "Re: Team offsite dates confirmed"
    },
    {
      "id": "text-15",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Sounds good — I've blocked the calendar. See you in Portland..."
    },
    {
      "id": "column-6",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-14",
        "text-15"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-9",
        "column-6"
      ]
    },
    {
      "id": "row-8",
      "component": "Row",
      "align": "start",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-3",
        "column-5"
      ]
    },
    {
      "id": "list-item-3",
      "component": "ListItem",
      "children": [
        "row-8"
      ]
    },
    {
      "id": "avatar-4",
      "component": "Avatar",
      "icon": "buildings",
      "size": "sm"
    },
    {
      "id": "text-16",
      "component": "Text",
      "strong": true,
      "textContent": "Acme Corp Billing"
    },
    {
      "id": "text-17",
      "component": "Text",
      "color": "subtle",
      "size": "xs",
      "textContent": "Yesterday"
    },
    {
      "id": "row-11",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "text-16",
        "text-17"
      ]
    },
    {
      "id": "text-18",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Your subscription renews in 3 days"
    },
    {
      "id": "text-19",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Hi Kim, your Pro plan renews on June 1. Update payment details here..."
    },
    {
      "id": "column-8",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "text-18",
        "text-19"
      ]
    },
    {
      "id": "badge-4",
      "component": "Badge",
      "size": "sm",
      "text": "1",
      "variant": "accent"
    },
    {
      "id": "row-12",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "column-8",
        "badge-4"
      ]
    },
    {
      "id": "column-7",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-11",
        "row-12"
      ]
    },
    {
      "id": "row-10",
      "component": "Row",
      "align": "start",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-4",
        "column-7"
      ]
    },
    {
      "id": "list-item-4",
      "component": "ListItem",
      "children": [
        "row-10"
      ]
    },
    {
      "id": "avatar-5",
      "component": "Avatar",
      "size": "sm",
      "text": "Maria Santos"
    },
    {
      "id": "text-20",
      "component": "Text",
      "textContent": "Maria Santos"
    },
    {
      "id": "text-21",
      "component": "Text",
      "color": "subtle",
      "size": "xs",
      "textContent": "Mon"
    },
    {
      "id": "row-14",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "text-20",
        "text-21"
      ]
    },
    {
      "id": "text-22",
      "component": "Text",
      "size": "sm",
      "textContent": "Onboarding checklist — final items"
    },
    {
      "id": "text-23",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "I've completed steps 1-6. Only the API key setup is left. Is there a..."
    },
    {
      "id": "column-10",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-22",
        "text-23"
      ]
    },
    {
      "id": "column-9",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-14",
        "column-10"
      ]
    },
    {
      "id": "row-13",
      "component": "Row",
      "align": "start",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-5",
        "column-9"
      ]
    },
    {
      "id": "list-item-5",
      "component": "ListItem",
      "children": [
        "row-13"
      ]
    },
    {
      "id": "avatar-6",
      "component": "Avatar",
      "size": "sm",
      "text": "Priya Nair"
    },
    {
      "id": "text-24",
      "component": "Text",
      "textContent": "Priya Nair"
    },
    {
      "id": "text-25",
      "component": "Text",
      "color": "subtle",
      "size": "xs",
      "textContent": "Sun"
    },
    {
      "id": "row-16",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "between",
      "children": [
        "text-24",
        "text-25"
      ]
    },
    {
      "id": "text-26",
      "component": "Text",
      "size": "sm",
      "textContent": "Weekly digest — design system updates"
    },
    {
      "id": "text-27",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "This week: new token exports, updated avatar-ui docs, badge size scale..."
    },
    {
      "id": "column-12",
      "component": "Column",
      "gap": "0",
      "children": [
        "text-26",
        "text-27"
      ]
    },
    {
      "id": "column-11",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "row-16",
        "column-12"
      ]
    },
    {
      "id": "row-15",
      "component": "Row",
      "align": "start",
      "gap": "3",
      "grow": true,
      "children": [
        "avatar-6",
        "column-11"
      ]
    },
    {
      "id": "list-item-6",
      "component": "ListItem",
      "children": [
        "row-15"
      ]
    },
    {
      "id": "list",
      "component": "List",
      "divider": true,
      "children": [
        "list-item",
        "list-item-2",
        "list-item-3",
        "list-item-4",
        "list-item-5",
        "list-item-6"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column-13"
      ]
    },
    {
      "id": "column-13",
      "component": "Column",
      "children": [
        "list"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
