I find some users don't intuitively understand the swiping feature, so I added a showArrows prop that allows for the addition of arrows on either side of the top bar to change months. The arrow will only show if the next or previous month is a valid month based on minDate and maxDate.
Right now the styles of the arrows should match the styles of the text for the month and year in the same bar.
Also updated the readme to reflex these changes, and uploaded a sample image.
I find some users don't intuitively understand the swiping feature, so I added a
showArrows
prop that allows for the addition of arrows on either side of the top bar to change months. The arrow will only show if the next or previous month is a valid month based onminDate
andmaxDate
.Right now the styles of the arrows should match the styles of the text for the month and year in the same bar.
Also updated the readme to reflex these changes, and uploaded a sample image.