@fullcalendar/adaptive
TypeScript icon, indicating that this package has built-in type declarations

6.1.11 • Public • Published

FullCalendar Adaptive Plugin

Optimizes FullCalendar for print (and soon other types of devices)

Installation

Install the FullCalendar core package, the adaptive plugin, and any other plugins (like daygrid):

npm install @fullcalendar/core @fullcalendar/adaptive @fullcalendar/daygrid

Usage

Instantiate a Calendar with the necessary plugin:

import { Calendar } from '@fullcalendar/core'
import adaptivePlugin from '@fullcalendar/adaptive'
import dayGridPlugin from '@fullcalendar/daygrid'

const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
  plugins: [
    adaptivePlugin,
    dayGridPlugin
  ],
  initialView: 'dayGridMonth'
})

calendar.render()

Package Sidebar

Install

npm i @fullcalendar/adaptive

Weekly Downloads

11,582

Version

6.1.11

License

SEE LICENSE IN LICENSE.md

Unpacked Size

15.4 kB

Total Files

8

Last publish

Collaborators

  • arshaw