This package allows you to create highly customisable event calendars within minutes, it easy to use and integrate. It uses the concept of virtualisation so you don't need to worry about the dom overloading and you can start using it right away.
Checkout the npm package here
Checkout the storybook page here
Checkout the playground here
prop | description | default-value | type |
---|---|---|---|
width | defines the initial width of the calendar component | 600 | number |
height | defines the initial height of the calendar component | 600 | number |
events | an array of objects of the type {date: Date type value, component: any react component} |
empty array [] | array |
initialDate | it defines the initial date that the calendar should display | currentdate | date |
Let me know your opinions/feature requests here