Popularity
5.3
Stable
Activity
0.0
Stable
526
11
178

Programming language: JavaScript
License: ISC License
Latest version: v0.3.6

input-moment alternatives and similar libraries

Based on the "Date / Time picker" category.
Alternatively, view input-moment alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of input-moment or a related project?

Add another 'Date / Time picker' Library

README

input-moment

npm Build Status styled with prettier

React datetime picker powered by momentjs

The design is from https://dribbble.com/shots/1439965-Due-Date-and-Time-Picker.

The icon is from ionicons.

Installation

npm i input-moment --save

Notice: This module requires moment as a peerDependency.

Demo

http://wangzuo.github.io/input-moment

Usage

<InputMoment
  moment={this.state.moment}
  onChange={this.handleChange}
  onSave={this.handleSave}
  minStep={1} // default
  hourStep={1} // default
  prevMonthIcon="ion-ios-arrow-left" // default
  nextMonthIcon="ion-ios-arrow-right" // default
/>

Check app.js for a working example.

Development

License

ISC


*Note that all licence references and agreements mentioned in the input-moment README section above are relevant to that project's source code only.