Chart
Displays a chart component.
Installation
pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/chart.jsonUsage
This component is generated automatically. To see advanced interactive demos, please refer to the original source code.
import { Chart } from "@/components/ui/chart"
export default function Example() {
return (
<Chart>
Example
</Chart>
)
}