Stat Card Choropleth Example
bklit-ui/stat-card-choropleth-01-exampleFreeExample
Visitor map stat card with choropleth sparkline, NumberFlow, and trend badge — demo for Open in v0
Install it
npx shadcn@latest add https://bklit.com/r/stat-card-choropleth-01-example.jsonSource
1"use client";23import { StatCardChoropleth } from "@/components/stat-card-choropleth";45export default function Component() {6 return (7 <main className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">8 <div className="w-full max-w-3xl">9 <StatCardChoropleth />10 </div>11 </main>12 );13}
What it pulls in
npm packages
Other registry items
Files it writes
More from bklit-ui
All 56 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Area Chart Examplearea-chart-example | bklit-ui | Examples | Free | 3 deps · 2 files | |
| Bar Chart Examplebar-chart-example | bklit-ui | Examples | Free | 4 deps · 2 files | |
| Candlestick Chart Examplecandlestick-chart-example | bklit-ui | Examples | Free | 2 deps · 2 files | |
| Choropleth Chart Examplechoropleth-chart-example | bklit-ui | Examples | Free | 3 deps · 2 files | |
| Composed Chart Examplecomposed-chart-example | bklit-ui | Examples | Free | 3 deps · 2 files | |
| Funnel Chart Examplefunnel-chart-example | bklit-ui | Examples | Free | 2 deps · 2 files | |
| Gauge Chart Examplegauge-chart-example | bklit-ui | Examples | Free | 2 deps · 2 files | |
| Heatmap Chart Exampleheatmap-chart-example | bklit-ui | Examples | Free | 3 deps · 2 files |
