2.9.2 • Published 1 year ago

accessible-bootstrap-carousel v2.9.2

Weekly downloads
7
License
ISC
Repository
github
Last release
1 year ago

accessible-bootstrap-carousel

A modified version of Bootstrap Carousel that a aims to follow WAI guidelines. W3C WAI Carousels

npm version npm downloads

Quick start

Several quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/Knowit-Borlange/accessible-bootstrap-carousel.git
  • Install with npm: npm install accessible-bootstrap-carousel

Usage

Import module from package

import 'accessible-bootstrap-carousel';

Bundled version

A bundled version that includes magnific-popup

<!-- NOTE! You are required to load jQuery and Bootstrap dependencies yourself. I.e. via a CDN -->
<script src="[SOME_HOST]/jquery.min.js"></script>
<script src="[SOME_HOST]/bootstrap.min.js"></script>

<script src="accessible-bootstrap-carousel.bundle.min.js"></script>

Markup

Example

Demo

git clone https://github.com/Knowit-Borlange/accessible-bootstrap-carousel.git

npm install accessible-bootstrap-carousel

npm run start
2.9.2

1 year ago

2.9.1

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago