I need a quick week selection in this awesome day picker. It is already possible to show week numbers in day picker? Would this feature be something for the core implementation?

I would suggest to implements props like this:
<DayPicker enableWeekSelection={true} onWeekClick={ this.handleWeekClick } />