@fullcalendar/adaptive
@fullcalendar/adaptive
npm i @fullcalendar/adaptive
@fullcalendar/adaptive

@fullcalendar/adaptive

Premium full-sized drag & drop calendar & scheduler in JavaScript

by fullcalendar

6.1.4 (see all)License:SEE LICENSE IN LICENSE.mdTypeScript:Built-In
npm i @fullcalendar/adaptive
Readme

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()
VersionTagPublished
6.1.4
latest
1mo ago
5.11.4
legacy
2mos ago
6.0.0-beta.4
beta
3mos ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate