Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadym-vorobel/fullcalendar-react
https://github.com/vadym-vorobel/fullcalendar-react
atmoshphere fullcalendar meteor meteorjs react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vadym-vorobel/fullcalendar-react
- Owner: vadym-vorobel
- Created: 2016-11-04T08:12:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T20:23:22.000Z (about 6 years ago)
- Last Synced: 2024-10-01T05:08:31.256Z (about 1 month ago)
- Topics: atmoshphere, fullcalendar, meteor, meteorjs, react
- Language: JavaScript
- Homepage: https://atmospherejs.com/jss/fullcalendar-react
- Size: 18.6 KB
- Stars: 31
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
Awesome Lists containing this project
README
# jss:fullcalendar-react
**MeteorJS package.**
Provide a FullCalendar ReactJS component. Also, available scheduler functionality.
### More about core packages:
* fullcalendar - https://fullcalendar.io/
* fullcalendar-scheduler - https://fullcalendar.io/scheduler/### Example
Visit the [examples repository](https://github.com/vadym-vorobel/fullcalendar-react-examples)### Dependencies
* fullcalendar - https://www.npmjs.com/package/fullcalendar
* fullcalendar-scheduler - https://www.npmjs.com/package/fullcalendar-scheduler##### 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](https://github.com/vadym-vorobel/fullcalendar-react-examples/blob/master/client/components/calendar-examples/DynamicDateCalendar.js)).