CalendarView

CalenderView component is a wrapper of FullCalendar.

Example

Basically you can apply all the props that FullCalendar provides. You can add eventColor property to event meta to define the event color.

API

CalendarView
PropDescriptionTypeDefault
wrapperClassExtra class add to the wrapperstring-
Extra properties for event prop
PropDescriptionTypeDefault
eventColors A callback for redefine the event color list(colors:EventColors) => EventColors-

Dependencies

Fullcalendar

All fullcalendar props can be applied on this component, refer official docs for the complete api list.