- ð This feature allows you to customise the offset for the
previousMonthButtonandnextMonthButtonin your code by passing thestepproperty. 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>