Mon30
Tue45
Wed60
Thu35
Bar Chart
DataAnimated bar chart
chartbardata
Installation
$
Usage
tsx
import { BarChart } from "@/components/nonaxial/bar-chart"
export default function Example() {
return (
<BarChart>{/* Your content here */}</BarChart>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |