Funnel

Conversion funnel stages where each row's bar narrows against the top stage and a rose drop-off percentage marks churn.

Visit
12,400
Sign-up
3,42072%
Active
1,98042%
Paid
62069%

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Dashboard6 } from "@/components/beste/piece/dashboard6";

<Dashboard6
  stages={[
    {
      "label": "Visit",
      "value": 12400
    },
    {
      "label": "Sign-up",
      "value": 3420
    },
    {
      "label": "Active",
      "value": 1980
    },
    {
      "label": "Paid",
      "value": 620
    }
  ]}
  tone="primary"
/>