Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 821 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 821 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Installation

npm install
npm run dev
git add .
git commit -m "Message here"
git push

Chart

const categories = [
  "Category1",
  "Category2",
  "Category3",
  "Category4",
  "Category5",
];
const data = [10, 20, 30, 40, 50];

<BarChart categories={categories} data={data} />;