React port of Clockpicker widget
npm install rcp-forkReact port of Wang Shenwei's excellent ClockPicker widget.
`` sh`
npm install --save react-clockpicker
` javascriptImport using ES6 modules
import ClockPicker from 'react-clockpicker'
You need to have
bootstrap.min.js and react-clockpicker.css on the page too.Roadmap
- [ ] Better documentation
- [ ] Have validation states
- [ ] Use direct text input
- [ ] Github pages example
- [ ] Support dragging cursor while selecting time
- [ ] Remove
react-bootstrap` dependency?MIT