1.1.4 • Published 10 years ago

react-minimal-datepicker v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
10 years ago

react-minimal-datepicker

npm

screenshot

usage:

npm install --save react-minimal-datepicker
import ReactMinimalDatepicker from 'react-minimal-datepicker';
// inside your render method:
<ReactMinimalDatepicker/>

available props:

  • onChange - is called when datepicker's value is changed. You can specify format of the value with "format" prop
  • format - string that momentjs will use to parse datepicker's value in onChange
  • onDayChange, onMonthChange, onYearChange
  • numberOfYearsToShow
  • containerClassName
  • stylesForYearInput, stylesForMonthInput, stylesForDayInput
  • classNameForYearInput, classNameForMonthInput, classNameForDayInput
  • selected - timestamp(number or string) that defines datepicker's value
1.1.4

10 years ago

1.1.3

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago