0.3.2 • Published 8 years ago

hb-input-moment v0.3.2

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

THIS IS A FORK OF input-moment USED AT HIVEBEAT

input-moment

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 hb-input-moment --save

Notice: This module requires moment as a peerDependency.

Demo

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

Usage

Basic example

<InputMoment
  moment={this.state.moment}
  onChange={this.handleChange}
  onSave={this.handleSave}
/>

Props

PropDescriptionDefault
dateOnlyBoolean. If it should show only the date picker.false
timeOnlyBoolean. If it should show only the time picker.false
prevMonthIconString. Class string for the previous month icon.'ion-ios-arrow-left'
nextMonthIconString. Class string for the next month icon.'ion-ios-arrow-right'
weeksArray. Days of the week in order.['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
localeString. Locale to display date time in.'en'
saveStringString. String so display on the save button.'Save'

Check app.js for a working example.

Development

License

ISC