Add renderCalendarDay prop to allow for one-off, hacky customization of day styling
Showing
- README.md 6 additions, 3 deletionsREADME.md
- css/storybook.scss 4 additions, 0 deletionscss/storybook.scss
- examples/DateRangePickerWrapper.jsx 2 additions, 1 deletionexamples/DateRangePickerWrapper.jsx
- examples/DayPickerRangeControllerWrapper.jsx 4 additions, 2 deletionsexamples/DayPickerRangeControllerWrapper.jsx
- examples/DayPickerSingleDateControllerWrapper.jsx 4 additions, 2 deletionsexamples/DayPickerSingleDateControllerWrapper.jsx
- examples/PresetDateRangePicker.jsx 1 addition, 1 deletionexamples/PresetDateRangePicker.jsx
- examples/SingleDatePickerWrapper.jsx 2 additions, 1 deletionexamples/SingleDatePickerWrapper.jsx
- src/components/CalendarDay.jsx 31 additions, 49 deletionssrc/components/CalendarDay.jsx
- src/components/CalendarMonth.jsx 24 additions, 22 deletionssrc/components/CalendarMonth.jsx
- src/components/CalendarMonthGrid.jsx 8 additions, 4 deletionssrc/components/CalendarMonthGrid.jsx
- src/components/CalendarWeek.jsx 19 additions, 0 deletionssrc/components/CalendarWeek.jsx
- src/components/CustomizableCalendarDay.jsx 466 additions, 0 deletionssrc/components/CustomizableCalendarDay.jsx
- src/components/DateRangePicker.jsx 6 additions, 3 deletionssrc/components/DateRangePicker.jsx
- src/components/DayPicker.jsx 8 additions, 4 deletionssrc/components/DayPicker.jsx
- src/components/DayPickerRangeController.jsx 8 additions, 4 deletionssrc/components/DayPickerRangeController.jsx
- src/components/DayPickerSingleDateController.jsx 8 additions, 4 deletionssrc/components/DayPickerSingleDateController.jsx
- src/components/SingleDatePicker.jsx 6 additions, 3 deletionssrc/components/SingleDatePicker.jsx
- src/shapes/DateRangePickerShape.js 2 additions, 1 deletionsrc/shapes/DateRangePickerShape.js
- src/shapes/SingleDatePickerShape.js 2 additions, 1 deletionsrc/shapes/SingleDatePickerShape.js
- stories/DateRangePicker.js 1 addition, 1 deletionstories/DateRangePicker.js
Loading
Please register or sign in to comment