Components
Blocks
- Activity Rings Card
- Allocation Card
- Balance Chart Card
- Breakdown Card
- Contributions Card
- Data Table Card
- Distribution Card
- Dot Plot Card
- Dual Metric Card
- Funnel Chart Card
- Goal Chart Card
- Heatmap Chart Card
- Insight Card
- KPI Row Card
- Metric Tabs Chart Card
- Period Bar Chart Card
- Progress Card
- Ring KPI Card
- Score Gauge Card
- Stage Bars Card
- Status Gauge Card
- Tick KPI Card
The funnel as a list: a rounded bar per stage with its name, value, and share of the first stage, a range picker, and a tile per stage.
Pipeline
1,180
+2.4%vs previous period
Visits1,180100%
Sign-up79067%
Active46039%
Pro25021%
Team12010%
Enterprise403%
Visits1,180
Sign-up790
Active460
Pro250
Team120
Enterprise40
import { Building2, Crown, Eye, UserPlus, Users, Zap } from "lucide-react"
import { StageBarsCard } from "@/registry/dashboardcn/blocks/stage-bars-card"Installation#
pnpm dlx shadcn@latest add https://dashboardcn.com/r/stage-bars-card.jsonAlso installs card, button, dropdown-menu, tooltip from shadcn/ui if missing.
Usage#
import { StageBarsCard } from "@/components/stage-bars-card"
<StageBarsCard
title="Pipeline"
caption="Last 30 days"
delta={0.024}
stages={[
{ name: "Visits", value: 4820, icon: <Eye /> },
{ name: "Sign-up", value: 3260, icon: <UserPlus /> },
{ name: "Active", value: 2010 },
{ name: "Pro", value: 1160 },
{ name: "Team", value: 540 },
{ name: "Enterprise", value: 180 },
]}
/>Your dashboard, your code.
Every component is copied into your project with the shadcn CLI. No package to upgrade, nothing to override.