0.0.1 • Published 6 years ago

@cureous/input-moment-cureous v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

fork from https://github.com/wangzuo/input-moment addition of a few functionalities

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
  tab={0} // default is 0 (datepicker), set it to 1 for timepicker
/>

Development

License

ISC