wojtekmaj / react-daterange-picker

A date range picker for your React app.
https://projects.wojtekmaj.pl/react-daterange-picker
MIT License
524 stars 64 forks source link

Show multiple months calendar #331

Closed pfeldman closed 9 months ago

pfeldman commented 9 months ago

I would like to show current month and next month at the same time, in 2 different calendars, instead of showing just one

wojtekmaj commented 9 months ago

Yep, it's possible. Refer to react-calendar docs. Whatever is not consumed by the React-DateRange-Picker itself, will be passed down to it.