Area Chart
Area Chart component from @bungas/ui
Area Chart component from @bungas/ui
The AreaChart component from Bungas UI.
npm install @bungas/uiimport { AreaChart } from "@bungas/ui"import { AreaChart } from "@bungas/ui"
export function Example() {
return <AreaChart />
}