1.0.0 • Published 5 years ago

bootstrap-year-calendar-bs4 v1.0.0

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
5 years ago

bootstrap-year-calendar-bs4

A fully customizable year calendar widget, now for Bootstrap 4 ! You can find all details on the official website.

alt tag

Requirements

This plugin requires the following libraries :

  • Bootstrap v4.0.0 or later
  • jQuery v1.8.0 or later

Installation

You can get the widget using the following methods:

  • From the GitHub repository.
  • From the Node package manager, using the following command: npm install bootstrap-year-calendar-bs4
  • From the Yarn package manager, using the following command: yarn install bootstrap-year-calendar-bs4

Usage

You can create a calendar using the following javascript code :

$('.calendar').calendar()

or

$('.calendar').calendar(options)

or with the data-provide html attribute

<div data-provide="calendar"></div>