Package Exports
- react-date-time-picker
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-date-time-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-date-time-picker
React datetime picker powered by momentjs
The icon is from ionicons.
Installation
npm i react-date-time-picker --saveNotice: 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