{
  "name": "card-header-with-description",
  "kind": "block",
  "primary": "header",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<header>\n                <h3>Overview</h3>\n                <text-ui slot=\"description\" color=\"subtle\">Monthly revenue for 2026</text-ui>\n              </header>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Card header with description — card header slot showing heading + subtitle description pair.",
    "keywords": [
      "card",
      "header",
      "heading",
      "description",
      "subtitle",
      "pattern"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Overview"
    },
    {
      "id": "text-2",
      "component": "Text",
      "slot": "description",
      "color": "subtle",
      "textContent": "Monthly revenue for 2026"
    },
    {
      "id": "root",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    }
  ]
}
