Reactjs Fullcalendar Views Code Example


Example 1: fullcalendar react add event duration


FullCalendar defaultView="dayGridMonth" dateClick={this.handleDateClick} select={this.handleSelectClick} selectable='true' plugins={[ dayGridPlugin, interactionPlugin ]}  events={[
{ title: 'event 1', allDay: true, start: '2020-05-29', end: '2020-05-30' },
{ title: 'event 2', allDay: true, start: '2020-05-29', end: '2020-05-30'}
]}/>

Example 2: fullcalendar react


@import '~@fullcalendar/core/main.css';
@import '~@fullcalendar/daygrid/main.css';

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy