npm @rehookify/datepicker 4.3.0
v4.3.0 - Switching a Year

latest releases: 6.6.8, 6.6.7, 6.6.6...
2 years ago
  • 🆕 This feature allows you to customise the offset for the previousMonthButton and nextMonthButton in your code by passing the step property. By specifying the number of months to move forward or backwards, you can easily adjust the offset to fit your specific needs. It resolves #8

You can go crazy and do different interesting things ðŸĪŠ

<button {...previousMonthButton({ step: 1 })}>Previous Month</button>
<button {...nextMonthButton({ step: 12 })}>Next Year</button>

Don't miss a new datepicker release

NewReleases is sending notifications on new releases.