Skip to content

lsfiege/bootstrap-year-calendar-bs4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A fully customizable year calendar widget, for bootstrap 4 !

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%