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

6.1.11 • Public • Published

FullCalendar List View Plugin

Display events on a calendar view that looks like a bulleted list

Installation

Install the necessary packages:

npm install @fullcalendar/core @fullcalendar/list

Usage

Instantiate a Calendar with the necessary plugin:

import { Calendar } from '@fullcalendar/core'
import listPlugin from '@fullcalendar/list'

const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
  plugins: [listPlugin],
  initialView: 'listWeek',
  events: [
    { title: 'Meeting', start: new Date() }
  ]
})

calendar.render()

/@fullcalendar/list/

    Package Sidebar

    Install

    npm i @fullcalendar/list

    Weekly Downloads

    279,152

    Version

    6.1.11

    License

    MIT

    Unpacked Size

    68.3 kB

    Total Files

    12

    Last publish

    Collaborators

    • arshaw