../src/InputDate/InputDate.js

Input date component, rendering a date input and a datepicker to select a date from it.

Author: Werner Schmid

Version: 1.0.0

To be able to use the InputDate component and its datepicker, the InputDate store should be passed to the root of the application, with the InputDateProvider component.

That's the reason why, in the code example below, the InputDate is wrapped by the InputDateProvider to make its behavior work correctly.

../src/InputDate/InputDateProvider.js

InputDate store provider, that gives access to the picker's general store.

Author: Werner Schmid

Version: 1.0.0

Datepicker module

1.0.0