casta-react-scheduler
v1.0.7
Published
A scheduler and resource planning component built for React and made for modern browsers (IE10+)
Downloads
3
Maintainers
Readme
react-casta-scheduler
A scheduler and resource planning component built for React and made for modern browsers (IE10+), IE needs babel-polyfill.
From the npm version 0.2.6, Scheduler will use responsive layout by default(set SchedulerData.config.schedulerWidth to a percentage instead of a number).
Inspired by Full Calendar Scheduler.
Use and Setup
npm install casta-react-scheduler --save
Run examples locally
- Clone this repository
- Retrieve dependencies:
npm install
- Start:
npm run example
- Open http://localhost:8080/example/#/.
If you fail to execute the npm install
command, remove the package-lock.json file and try again.