{
  "name": "dashboard-funnel",
  "kind": "block",
  "primary": "grid-ui",
  "page": "/apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<grid-ui>\n            <card-ui>\n              <header>\n                <h3>Conversion funnel</h3>\n                <p slot=\"description\">Visit → Sign up → Activate → Convert</p>\n              </header>\n              <section>\n                <col-ui gap=\"3\">\n                  <row-ui align=\"center\" gap=\"3\">\n                    <col-ui gap=\"0\" grow>\n                      <text-ui strong>Visited landing page</text-ui>\n                      <text-ui color=\"subtle\">28,432 visitors</text-ui>\n                    </col-ui>\n                    <text-ui strong>100%</text-ui>\n                  </row-ui>\n                  <progress-row-ui label=\"Signed up\" value=\"42\" meta=\"11,942 · 42%\"></progress-row-ui>\n                  <progress-row-ui label=\"Activated\" value=\"28\" meta=\"7,961 · 28%\"></progress-row-ui>\n                  <progress-row-ui label=\"Converted to paid\" value=\"8\" meta=\"2,274 · 8.0%\"></progress-row-ui>\n                </col-ui>\n              </section>\n            </card-ui>\n          </grid-ui>",
  "source": "apps/saas/app/admin-dashboard/admin-dashboard.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Conversion funnel visualization — sequential stages with counts, drop-off rates, and conversion percentages.",
    "keywords": [
      "funnel",
      "conversion",
      "stages",
      "drop-off",
      "rate",
      "analytics",
      "metrics",
      "flow",
      "customer-journey"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Conversion funnel"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Visit → Sign up → Activate → Convert"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Visited landing page"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "textContent": "28,432 visitors"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "0",
      "grow": true,
      "children": [
        "text-3",
        "text-4"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "strong": true,
      "textContent": "100%"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "column-2",
        "text-5"
      ]
    },
    {
      "id": "progress-row",
      "component": "ProgressRow",
      "label": "Signed up",
      "meta": "11,942 · 42%",
      "value": 42
    },
    {
      "id": "progress-row-2",
      "component": "ProgressRow",
      "label": "Activated",
      "meta": "7,961 · 28%",
      "value": 28
    },
    {
      "id": "progress-row-3",
      "component": "ProgressRow",
      "label": "Converted to paid",
      "meta": "2,274 · 8.0%",
      "value": 8
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "row",
        "progress-row",
        "progress-row-2",
        "progress-row-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Grid",
      "children": [
        "card"
      ]
    }
  ]
}
