Organism
Chart
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/chartUsage
tsx
import { Chart } from "@/components/ui/organisms/chart.tsx";
export default function Example() {
return <Chart />;
}A organism component from the MADT registry.
npx shadcn@latest add @madt/chartimport { Chart } from "@/components/ui/organisms/chart.tsx";
export default function Example() {
return <Chart />;
}