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

https://github.com/vovanr/three-thumbs-carousel

[DEPRECATED] Carousel for one specific project. RequireJS module
https://github.com/vovanr/three-thumbs-carousel

Last synced: 3 months ago
JSON representation

[DEPRECATED] Carousel for one specific project. RequireJS module

Awesome Lists containing this project

README

          

# three-thumbs-carousel

[![Build Status][travis-image]][travis-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]

> Carousel for one specific project. RequireJS module ([Demo](http://jsfiddle.net/VovanR/8t4by4ru/))

![](preview.png)

## Usage

```html


```

```javascript
var carousel = new ThreeThumbsCarousel({
name: $('.js-carousel'),
});
```

## Development

### Initialize
```sh
npm i
```

### Test
*In console*
```sh
npm run test
```

*In browser*
```sh
open ./text/index-test.html
```

### Lint
```sh
npm run lint
```

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)

[travis-url]: https://travis-ci.org/VovanR/three-thumbs-carousel
[travis-image]: http://img.shields.io/travis/VovanR/three-thumbs-carousel.svg

[depstat-url]: https://david-dm.org/VovanR/three-thumbs-carousel
[depstat-image]: https://david-dm.org/VovanR/three-thumbs-carousel.svg

[depstat-dev-url]: https://david-dm.org/VovanR/three-thumbs-carousel
[depstat-dev-image]: https://david-dm.org/VovanR/three-thumbs-carousel/dev-status.svg