Back to Components
Charts
Chart Container
Wrapper component with title, subtitle, legend slot, and responsive chart area.
PropsUsage ExampleVariations
Weekly Performance
Overview of key metrics
RevenueExpenses
Chart visualization area
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/chart-container.tsx
Installation
Using shadcn CLI
npx shadcn add chart-container --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-mergeRelated Charts Components
Bar Chart
Simple bar chart with labels, values, and optional horizontal layout.
Bar Chart Simple
Basic bar chart with vertical or horizontal layouts.
Donut Chart
Ring chart with centered value and label.
Leaderboard
Ranked list with positions, avatars, scores, and optional trend badges.
Line Chart
Line chart with multiple series, points, labels, and optional area fill.
Metric Grid
Responsive grid of stat cards with configurable column counts.