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
- Host: GitHub
- URL: https://github.com/vovanr/three-thumbs-carousel
- Owner: VovanR
- License: mit
- Created: 2015-06-08T14:00:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T18:33:46.000Z (almost 11 years ago)
- Last Synced: 2025-01-26T19:32:25.995Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://jsfiddle.net/VovanR/8t4by4ru/
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/))

## Usage
```html
0
0
1
1
2
2
3
3
4
4
```
```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