Separates out modifiers from DateRangePicker class and into a DayPickerWithModifiers class
Showing
- css/CalendarMonth.scss 5 additions, 9 deletionscss/CalendarMonth.scss
- index.js 2 additions, 0 deletionsindex.js
- src/components/DateRangePicker.jsx 17 additions, 141 deletionssrc/components/DateRangePicker.jsx
- src/components/DayPicker.jsx 8 additions, 3 deletionssrc/components/DayPicker.jsx
- src/components/DayPickerRangeController.jsx 290 additions, 0 deletionssrc/components/DayPickerRangeController.jsx
- stories/DateRangePicker.js 8 additions, 3 deletionsstories/DateRangePicker.js
- test/components/DateRangePickerInputController_spec.jsx 16 additions, 0 deletionstest/components/DateRangePickerInputController_spec.jsx
- test/components/DateRangePicker_spec.jsx 5 additions, 710 deletionstest/components/DateRangePicker_spec.jsx
- test/components/DayPickerRangeController_spec.jsx 732 additions, 0 deletionstest/components/DayPickerRangeController_spec.jsx
src/components/DayPickerRangeController.jsx
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment