1.1.4 • Published 8 years ago

react-minimal-datepicker v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.1.3

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago