leadtek-chart-components
v0.1.6
Published
A collection of reusable chart components built with React and Material-UI.
Readme
leadtek-chart-components
A collection of reusable chart components built with React and Material-UI.
Installation
pnpm add leadtek-chart-componentsUsage
import { BarChart, LineChart, GaugeChart } from 'leadtek-chart-components';
function App() {
return (
<div>
<BarChart />
<LineChart />
<GaugeChart />
</div>
);
}Available Components
BarChart: A bar chart componentLineChart: A line chart componentGaugeChart: A gauge chart component
Development
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildLicense
MIT
