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

6.1.17 • Public • Published

FullCalendar Bootstrap 4 Plugin

Bootstrap 4 theme for FullCalendar

For Bootstrap 5, use the @fullcalendar/bootstrap5 package

Installation

First, ensure the necessary Bootstrap packages are installed:

npm install bootstrap@4 @fortawesome/fontawesome-free

Then, install the FullCalendar core package, the Bootstrap plugin, and any other plugins (like daygrid):

npm install @fullcalendar/core @fullcalendar/bootstrap @fullcalendar/daygrid

Usage

Instantiate a Calendar with the necessary plugins and options:

import { Calendar } from '@fullcalendar/core'
import bootstrapPlugin from '@fullcalendar/bootstrap'
import dayGridPlugin from '@fullcalendar/daygrid'

// import third-party stylesheets directly from your JS
import 'bootstrap/dist/css/bootstrap.css'
import '@fortawesome/fontawesome-free/css/all.css' // needs additional webpack config!

const calendarEl = document.getElementById('calendar')
const calendar = new Calendar(calendarEl, {
  plugins: [
    bootstrapPlugin,
    dayGridPlugin
  ],
  themeSystem: 'bootstrap', // important!
  initialView: 'dayGridMonth'
})

calendar.render()

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
5.11.55,344legacy
6.1.175,090latest
7.0.0-beta.40beta
7.0.0-rc.03rc

Version History

VersionDownloads (Last 7 Days)Published
6.1.175,090
7.0.0-rc.03
7.0.0-beta.40
7.0.0-beta.30
7.0.0-beta.10
7.0.0-beta.00
6.1.157,735
6.1.14340
6.1.1335
6.1.125
6.1.111,288
6.1.10853
6.1.9431
6.1.81,096
6.1.754
5.11.55,344
6.1.626
6.1.552
6.1.4170
6.1.30
6.1.121
6.1.04
5.11.4971
6.0.33
6.0.277
6.0.10
6.0.016
6.0.0-beta.41
6.0.0-beta.30
6.0.0-beta.20
5.11.3687
6.0.0-beta.138
5.11.238
5.11.0483
5.10.11,170
5.10.052
5.9.0403
5.8.0268
5.7.221
5.7.0164
5.6.0190
5.5.0254
5.4.055
5.3.145
5.3.040
5.2.01
5.1.034
5.0.010
5.0.0-rc0
4.4.210,623
5.0.0-beta.40
5.0.0-beta.30
5.0.0-beta.20
5.0.0-beta.10
4.4.0613
4.3.0360
4.2.0160
4.1.03
4.0.10
4.0.0-beta.40
4.0.0-beta.30
4.0.0-beta.20

Package Sidebar

Install

npm i @fullcalendar/bootstrap

Weekly Downloads

32,808

Version

6.1.17

License

MIT

Unpacked Size

11.1 kB

Total Files

11

Last publish

Collaborators

  • arshaw