BarChart
Package: @tesserix/native
Import
import { BarChart } from '@tesserix/native'Related types
BarChartProps,BarChartData
Source
- Component:
packages/native/src/components/BarChart/BarChart.tsx - Story:
packages/native/src/components/BarChart/BarChart.stories.tsx - Test:
packages/native/src/components/BarChart/BarChart.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { BarChart } from '@tesserix/native'
export function DemoBarChart() {
return <BarChart />
}