Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | 5 years ago | |
---|---|---|
.. | ||
css | 5 years ago | |
js | 5 years ago | |
.bower.json | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
A fully customizable year calendar widget, for boostrap ! You can find all details on the official website.
This plugin requires the following libraries :
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>