This folder contains source code for a React app that combines examples implemented in the samples
folder and it allows you to browser Ignite UI for React components in a single website such as:
- 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 and browse all samples:
-
in VS Code, open the browser folder
C:\GitHub\igniteui-react-examples\browser
-
select View - Terminal menu item
-
type
npm install
command in terminal window
This will install required packages and Ignite UI for React packages
- type
npm run start
command in terminal window to start this application locally
Note this application copies all individually sample projects from ./samples to ./browser/src folder when it is about to start running. Therefore, any changes to ./browser/src will be overridden on consecutive run of the application.
Wait until the build is completed and then open http://localhost:4200 in your browser. You should see a website with navigation menu for browning all samples in this repository.
To learn more about Ignite UI for React components, check out the React documentation.