Components
Market Composition Card
Market demographic breakdown with animated counters and horizontal bar chart.
Market Composition Card
Displays market demographic composition with a total count, horizontal bar chart breakdown, and color-coded segment legend. Built for automotive market intelligence dashboards.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/market-composition-cardUsage
import { MarketCompositionCard } from "@/components/market-composition-card";
export default function Dashboard() {
return (
<MarketCompositionCard
title="Market Composition"
total={142850}
segments={[
{ label: "Families 25-44", value: 48200, percentage: 34 },
{ label: "Young Prof.", value: 35700, percentage: 25 },
{ label: "Retirees 55+", value: 28570, percentage: 20 },
]}
/>
);
}Features
- Horizontal bar chart — Recharts BarChart with vandoko color series
- Segment legend — Color dots, labels, absolute values, and percentages
- Animated total — Large tabular-nums display with locale formatting
- Responsive — Adapts to container width
Lineage
| Property | Value |
|---|---|
| Source | @vandoko/market-composition-card |
| Curated | 2026-03-30 |
| License | MIT |
| Dependencies | recharts |