fullcalendar-custom

1.0.6 • Public • Published

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.

Package Sidebar

Install

npm i fullcalendar-custom

Weekly Downloads

3

Version

1.0.6

License

ISC

Unpacked Size

1.8 MB

Total Files

111

Last publish

Collaborators

  • kgehlot-tal