rc-week-schedule
v1.0.1
Published
React week schedule
Downloads
2
Maintainers
Readme
rc-week-schedule
React SimpleSheet
Screenshot
Browser Support
| | | | | | | --- | --- | --- | --- | --- | | IE 8 + IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
Install
Usage
var SimpleSheet = require('rc-week-schedule');
var React = require('react');
var ReactDOM = require('react-dom');
ReactDOM.render(<SimpleSheet />, container);
Examples
npm start
and then go to
http://localhost:8000/examples
Online examples: http://pchange.github.io/rc-week-schedule/examples/
API
Props
Development
npm install
npm start
Test Case
npm test
npm run chrome-test
Coverage
npm run coverage
License
rc-week-schedule
is released under the MIT license.