Skip to content

0.26.6

Compare
Choose a tag to compare
@Ilaiwi Ilaiwi released this 25 Oct 11:08
· 38 commits to master since this release
5a261bf
  • fix visibleTimeStart, visibleTimeEnd and onTimeChange not working as expected in controlled mode @Ilaiwi

examples

two new examples

Controlled scroll

Controlled visible port of the calendar using visibleTimeStart and visibleTimeEnd. This also limits scrolling by mouse and adds two buttons to change the visible port of the calendar

Example Codesandbox

Programmatically Scrolling

Using controlled scroll and react-spring to trigger scrolling and create an animation.

Example Codesandbox