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

6.1.11 • Public • Published

FullCalendar Resource Day Grid Plugin

Display events on day/resource columns

Installation

Install the necessary packages. The resource plugin is a required peer dependency:

npm install @fullcalendar/core @fullcalendar/resource @fullcalendar/resource-daygrid

Usage

Instantiate a Calendar with the necessary plugin:

import { Calendar } from '@fullcalendar/core'
import resourceDayGridPlugin from '@fullcalendar/resource-daygrid'

const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
  plugins: [resourceDayGridPlugin],
  initialView: 'resourceDayGridDay',
  resources: [
    { title: 'Resource A' },
    { title: 'Resource B' }
  ]
})

calendar.render()

Package Sidebar

Install

npm i @fullcalendar/resource-daygrid

Weekly Downloads

62,878

Version

6.1.11

License

SEE LICENSE IN LICENSE.md

Unpacked Size

29.5 kB

Total Files

11

Last publish

Collaborators

  • arshaw