React Appointment Scheduler

React Appointment Scheduler

React Appointment Scheduler is best suited for appointment application; here are some steps to use React Scheduler in your project : 

Step1: Run this command in your visual studio terminal or cmd 

npm i --save @devexpress/dx-react-core @devexpress/dx-react-scheduler

Step2:  After completing the second step run this command

npm i --save @devexpress/dx-react-scheduler-material-UI

Step3: Install material core

npm install @material-ui/core

Step4: Install material icons

npm install @material-ui/icons