6.1.15 • Published 9 months ago
@fullcalendar/resource v6.1.15
FullCalendar Resource Plugin
Base support for resources, required by resource views
Installation
It is necessary to install this package as a peer dependency of any other package that utilizes resources (such as resource-timeline view):
npm install @fullcalendar/core @fullcalendar/resource @fullcalendar/resource-timeline
Usage
This package is especially useful for obtaining the ResourceInput
TypeScript type:
import { Calendar } from '@fullcalendar/core'
import { ResourceInput } from '@fullcalendar/resource'
import resourceTimelinePlugin from '@fullcalendar/resource-timeline'
const resources: ResourceInput[] = [
{ title: 'Resource A' },
{ title: 'Resource B' }
]
const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
plugins: [ resourceTimelinePlugin ],
initialView: 'resourceTimeline',
resources: resources
})
calendar.render()
7.0.0-beta.0
10 months ago
7.0.0-beta.1
9 months ago
6.1.15
1 year ago
6.1.14
1 year ago
6.1.13
1 year ago
6.1.12
1 year ago
6.1.11
1 year ago
6.1.10
2 years ago
6.1.9
2 years ago
6.1.6
2 years ago
6.1.8
2 years ago
6.1.7
2 years ago
6.1.5
2 years ago
6.1.0
2 years ago
6.1.1
2 years ago
6.1.4
2 years ago
6.1.3
2 years ago
6.0.3
3 years ago
6.0.2
3 years ago
6.0.1
3 years ago
6.0.0
3 years ago
6.0.0-beta.4
3 years ago
6.0.0-beta.3
3 years ago
6.0.0-beta.2
3 years ago