Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paul-ds/bootstrap-year-calendar
[DEPRECATED] A fully customizable year calendar widget, for boostrap !
https://github.com/paul-ds/bootstrap-year-calendar
boostrap bootstrap-year-calendar calendar jquery widget
Last synced: 2 days ago
JSON representation
[DEPRECATED] A fully customizable year calendar widget, for boostrap !
- Host: GitHub
- URL: https://github.com/paul-ds/bootstrap-year-calendar
- Owner: Paul-DS
- License: apache-2.0
- Created: 2015-10-27T19:02:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T12:54:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-13T19:13:41.248Z (9 days ago)
- Topics: boostrap, bootstrap-year-calendar, calendar, jquery, widget
- Homepage:
- Size: 161 KB
- Stars: 293
- Watchers: 38
- Forks: 244
- Open Issues: 128
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ Deprecated!
The library has been rewritten to remove all dependencies.
The current version is deprecated, and won't be maintained anymore.
You can find the new version here: https://year-calendar.github.io/ (also available for React.js and Vue.js).
----
# 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## Installation
You can get the widget using the following methods:
- From the [GitHub repository](https://github.com/Paul-DS/bootstrap-year-calendar/releases) or the [official website](http://www.bootstrap-year-calendar.com/#Download).
- From the Node package manager, using the following command: `npm install bootstrap-year-calendar`
- From Bower, using the following command: `bower install bootstrap-year-calendar`## Usage
You can create a calendar using the following javascript code :
```
$('.calendar').calendar()
```
or
```
$('.calendar').calendar(options)
```
or with the `data-provide` html attribute
```
```