Components
AbbreviateNumberActionLinkAdaptiveCardAffixAuthorityCheckCalendarViewChartConfirmDialogContainerCustomFormatInputDataTableDebounceInputDoubleSidedImageEllipsisButtonGanttChartGrowShrinkValueIconTextImageGalleryLoadingMasonryMediaSkeletonNavToggleNumericInputOtpInputPasswordInputPatternInputRegionMapRichTextEditorSegmentItemOptionStickyFooterSyntaxHighlighterUsersAvatarGroup
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
| Prop | Description | Type | Default |
|---|---|---|---|
| wrapperClass | Extra class add to the wrapper | string | - |
Extra properties for event prop
| Prop | Description | Type | Default |
|---|---|---|---|
| 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.