An open API service indexing awesome lists of open source software.

https://github.com/melanieseltzer/bootstrap-carousel

:camera: My personal flavor of the Bootstrap carousel
https://github.com/melanieseltzer/bootstrap-carousel

bootstrap-carousel css jquery

Last synced: about 2 months ago
JSON representation

:camera: My personal flavor of the Bootstrap carousel

Awesome Lists containing this project

README

        

# Bootstrap Carousel
[![dependencies Status](https://david-dm.org/melanieseltzer/bootstrap-carousel/status.svg)](https://david-dm.org/melanieseltzer/bootstrap-carousel) [![devDependencies Status](https://david-dm.org/melanieseltzer/bootstrap-carousel/dev-status.svg)](https://david-dm.org/melanieseltzer/bootstrap-carousel?type=dev) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/melanieseltzer/bootstrap-carousel/issues)

My quick attempt at extending Bootstrap carousel functionality. Using JQuery for some simple modifications such as keyboard navigation and slide counter.

Thanks for the help, Link :point_right::sunglasses::point_right:

Live preview: https://melanieseltzer.github.io/bootstrap-carousel/

## Local Development

### Installing

Clone repo and cd into project directory:

```
git clone [email protected]:melanieseltzer/bootstrap-carousel.git && cd bootstrap-carousel
```

Install dependencies:

```
npm install
```

## :rocket: Commands

Run the development server:

```
gulp serve
```

Create a production build:

```
gulp build
```