In this folder, you will find individual samples* on how to use Ignite UI for React components:
- Charts: Area, Bar, Column, Composite, Donut, Financial/Stock, Line, Pie, Polar, Radial, Scatter, Shape, Sparkline, Stacked, Step,
- Maps: Geographic Map, Treemap,
- Gauges: Bullet Graph, Linear Gauge, Radial Gauges
- Grids: Table / Grid, Excel Library
- Other: Dock Manager, Date Picker, Multi-Column Combobox
NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.
Follow these instructions to run an individual sample:
- in VS Code, open a folder with existing sample, e.g.
./samples/charts/category-chart/axis-options/
-
type
npm install
command in terminal window -
type
npm run start
command in terminal window -
Wait until the build is completed and then open http://localhost:4200 in your browser.
At this point, you should see a website hosted example of Ignite UI for React component
To learn more about Ignite UI for React components, check out the React documentation.