@fullcalendar/core

FullCalendar core types package

@fullcalendar/core downloads @fullcalendar/core version @fullcalendar/core license

@fullcalendar/coreSimilar Packages:

Npm Package Weekly Downloads Trend

3 Years
🌟 Show real-time usage chart on @fullcalendar/core's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @fullcalendar/core](https://npm-compare.com/img/npm-trend/THREE_YEARS/@fullcalendar/core.png)](https://npm-compare.com/@fullcalendar/core#timeRange=THREE_YEARS)

Cumulative GitHub Star Trend

🌟 Show GitHub stars trend chart on @fullcalendar/core's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of @fullcalendar/core](https://npm-compare.com/img/github-trend/@fullcalendar/core.png)](https://npm-compare.com/@fullcalendar/core)

Stat Detail

Package
Downloads
Stars
Size
Issues
Publish
License
@fullcalendar/core020,6346.55 kB1,1306 days agoMIT

README for @fullcalendar/core

FullCalendar Core Types

šŸ“– For many years, this package was the heart of FullCalendar. It played two roles:

  1. The Vanilla JS calendar itself — if you wrote import { Calendar } from '@fullcalendar/core', this is where it came from.
  2. The shared core — the essential peer dependency installed alongside every connector (React, Angular, Vue), which instantiated a Vanilla JS calendar under the hood.

That's no longer how FullCalendar works. As of v7, the connectors are self-contained and no longer need this package, and the Vanilla JS calendar has moved to its own package. Today @fullcalendar/core exists only to share a few small TypeScript type definitions across projects. You generally won't install it directly. If you're moving an existing project forward, see the Upgrading from v6 guide.

āž”ļø Using the Vanilla JS calendar? It moved.

The plain-JavaScript build that used to live here is now the bare fullcalendar package:

npm install fullcalendar

šŸ”Œ Using a framework connector? Start here

Pick the package for your framework:

FrameworkPackage
Vanilla JSfullcalendar
React@fullcalendar/react
Preact@fullcalendar/preact
Vue 3@fullcalendar/vue3
Angular@fullcalendar/angular

For docs, examples, and premium features, visit fullcalendar.io.