clauderic / react-infinite-calendar

✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.
http://clauderic.github.io/react-infinite-calendar/
MIT License
3.99k stars 404 forks source link

Option to show year label on current year #81

Open offsky opened 7 years ago

offsky commented 7 years ago

From the demo: screen shot 2017-03-01 at 11 03 34 am

Would it be possible to get the option to show the year label on the current year as well as other years?

clauderic commented 7 years ago

That was a conscious UX decision on my part, but I can see how you might want to override that default.

I'd be happy to accept a PR for this, though I think the same setting should probably also apply to the month overlay that's displayed as you scroll.