React Time Sheet

Time Sheet Component for React. Modified from timesheet.js

Installation

The easiest way to use react-timesheet is to install it from NPM and include it in your own React build process (using Browserify, etc).

You can also use the standalone build by including dist/react-timesheet.js in your page. If you use this, make sure you have already included React, and it is available as a global variable.

npm install react-timesheet --save

Live Demo

http://madscript.com/react-timesheet/

GitHub