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
<DateTimePickermoment=thisstatemomentonChange=thishandleChange/>
Check app.js for a working example.
Development
- npm install
- npm start
- http://localhost:8888
License
MIT