lsfiege / bootstrap-year-calendar-bs4

A fully customizable year calendar widget, for bootstrap 4 !

Home Page:http://www.bootstrap-year-calendar.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

http://www.bootstrap-year-calendar.com/

License:Apache License 2.0


Languages

Language:JavaScript 100.0%