{
  "name": "conversion-funnel-6step",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/app/conversion-funnel-6step/conversion-funnel-6step.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <h3>Conversion Funnel</h3>\n    <p slot=\"description\">6 stages from visit to purchase</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\" size=\"sm\">28,432 visitors</text-ui>\n        </col-ui>\n        <text-ui strong>100%</text-ui>\n      </row-ui>\n      <progress-row-ui label=\"Viewed pricing\" value=\"68\" meta=\"19,334 · 68%\"></progress-row-ui>\n      <progress-row-ui label=\"Started trial\" 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=\"Used core feature\" value=\"18\" meta=\"5,118 · 18%\"></progress-row-ui>\n      <progress-row-ui label=\"Upgraded to paid\" value=\"8\" meta=\"2,274 · 8.0%\"></progress-row-ui>\n    </col-ui>\n  </section>\n</card-ui>",
  "source": "catalog/ui-patterns/app/conversion-funnel-6step/conversion-funnel-6step.contents.html",
  "metadata": {
    "domain": "data",
    "description": "Conversion funnel with 6 stages, stage labels, counts, and drop-off conversion percentages.",
    "keywords": [
      "funnel",
      "conversion",
      "analytics",
      "stages",
      "metrics",
      "drop-off",
      "rate",
      "marketing"
    ]
  },
  "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": "6 stages from visit to purchase"
    },
    {
      "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",
      "size": "sm",
      "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": "Viewed pricing",
      "meta": "19,334 · 68%",
      "value": 68
    },
    {
      "id": "progress-row-2",
      "component": "ProgressRow",
      "label": "Started trial",
      "meta": "11,942 · 42%",
      "value": 42
    },
    {
      "id": "progress-row-3",
      "component": "ProgressRow",
      "label": "Activated",
      "meta": "7,961 · 28%",
      "value": 28
    },
    {
      "id": "progress-row-4",
      "component": "ProgressRow",
      "label": "Used core feature",
      "meta": "5,118 · 18%",
      "value": 18
    },
    {
      "id": "progress-row-5",
      "component": "ProgressRow",
      "label": "Upgraded 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",
        "progress-row-4",
        "progress-row-5"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
