Components
Loading preview...
A sleek area chart component that visualizes key steps in the conversion funnel. Perfect for e-commerce dashboards to track where users drop off and optimize checkout flow.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/conversion-funnel-area-chartimport { Component } from "@/components/ui/conversion-funnel-area-chart";
export default function DemoOne() {
return <Component className="max-w-[500px]" />;
}