Skip to content

vadym-vorobel/fullcalendar-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jss:fullcalendar-react

MeteorJS package.

Provide a FullCalendar ReactJS component. Also, available scheduler functionality.

More about core packages:

Example

Visit the examples repository

Dependencies

Peer dependencies
  • react
  • react-dom
  • prop-types

Deprecation warning

In the version v1.0.0 full calendar options defaultDate and defaultView will not be reactive because this leads to redundant calendar re-rendering. Please, use getCalendarInstance prop with fullcalendar methods gotoDate and changeView instead (see the example for more details).