1.0.6 • Published 4 years ago

fullcalendar-custom v1.0.6

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Full calendar custom

Full calendar custom javascript library for dealing calendar.

Installation

Use the package manager npm to install Full calendar.

npm install fullcalendar-custom

Usage

import dayGridPlugin from 'fullcalendar-custom/daygrid';
import timeGridPlugin from 'fullcalendar-custom/timegrid';

let eventDataInCaseOfSimpleHTML = [{
 {
        title: "<h2>New Event</h2>",
        start: new Date()
 },
 {
        title: "<h2>New Event</h2>",
        start: new Date()
 },
}]

let eventDataInCaseOfReactComponent = [{
 {
        title: renderToString( <ListItem/>),
        start: new Date()
 },
 {
        title: renderToString( <ListItem/>),
        start: new Date()
 },
}]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago