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

6.1.13 • Public • Published

FullCalendar Timeline Plugin

Display events on a horizontal time axis (without resources)

Installation

Install the necessary packages:

npm install @fullcalendar/core @fullcalendar/timeline

Usage

Instantiate a Calendar with the necessary plugin:

import { Calendar } from '@fullcalendar/core'
import timelinePlugin from '@fullcalendar/timeline'

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

calendar.render()

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @fullcalendar/timeline

    Weekly Downloads

    117,027

    Version

    6.1.13

    License

    SEE LICENSE IN LICENSE.md

    Unpacked Size

    235 kB

    Total Files

    11

    Last publish

    Collaborators

    • arshaw