0.0.3 • Published 8 years ago
react-date-time-picker v0.0.3
react-date-time-picker
React datetime picker powered by momentjs
The icon is from ionicons.
Installation
npm i react-date-time-picker --save
Notice: This module requires moment as a peerDependency.
Demo
http://zlwaterfield.github.io/react-date-time-picker
Usage
<DateTimePicker
moment={this.state.moment}
onChange={this.handleChange}
/>
Check app.js for a working example.
Development
- npm install
- npm start
- http://localhost:8888
License
MIT