This commit is contained in:
Xes
2025-08-14 22:44:47 +02:00
parent 8ce45119b6
commit 791cb748ab
39112 changed files with 975901 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# bootstrap-year-calendar
A fully customizable year calendar widget, for boostrap !
You can find all details on the [official website](http://www.bootstrap-year-calendar.com/).
![alt tag](http://www.bootstrap-year-calendar.com/img/calendar.png)
## Requirements
This plugin requires the following libraries :
- Bootstrap v3.0.0 or later
- jQuery v1.8.0 or later
## 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>
```