Loading...
Loading...
Loading...
Card wrapper for chart visualizations with title, description, and legend.
Install
npx bouncekit@latest add chartcardImport
import { ChartCard } from "@/components/dashboard/chart-card"API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
title | string | yes | Card heading. |
description | string | — | Supporting text below the title. |
children | ReactNode | yes | Chart content. |
Source
src/components/dashboard/chart-card.tsx