Need Year Selection
arunkumar-pyt opened this issue · 4 comments
arunkumar-pyt commented
Need year selection if I press month header
maggialejandro commented
That can be implemented by adding a custom render prop here
PR's are welcome!
arunkumar-pyt commented
Please kindly give me sample code for month header custom rendering with clickable
maggialejandro commented
It's not implemented, you can modify that line adding a custom prop to Calendar, something like
renderMonthTitle?: (monthName: string, theme?: ThemeType) => ReactElement;
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.