JSPM

react-date-time-picker

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q94794F
  • License MIT

React datetime picker powered by momentjs

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 --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

License

MIT