react-input-dateTime
v1.0.2
Published
react datetime input element(mobile friendly)
Downloads
12
Maintainers
Readme
THIS IS A FORK OF input-moment
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.
Old Demo
http://wangzuo.github.io/input-moment
Usage
Basic example
<InputMoment
moment={this.state.moment}
onChange={this.handleChange}
onSave={this.handleSave}
/>
Props
| Prop | Description | Default |
|---------------|---------------------------------------------------|---------------------------------------------------|
| dateOnly | Boolean. If it should show only the date picker. | false
|
| timeOnly | Boolean. If it should show only the time picker. | false
|
| prevMonthIcon | String. Class string for the previous month icon. | 'ion-ios-arrow-left' |
| nextMonthIcon | String. Class string for the next month icon. | 'ion-ios-arrow-right' |
| locale | String. Locale to display date time in. | 'en' |
| hideSave | Boolean. should hide the save button. | 'false' |
Development
- npm install
- npm start
- http://localhost:8888
License
ISC