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

https://github.com/webcodebg/vcarousel

Flexible, touch friendly carousel for vue
https://github.com/webcodebg/vcarousel

carousel mobile-friendly slider touch vue

Last synced: 24 days ago
JSON representation

Flexible, touch friendly carousel for vue

Awesome Lists containing this project

README

          

# Installation

via npm

`npm install v-carousel`

via cdn

``

clone repo

`git clone https://github.com/webcodebg/vcarousel.git`

# Usage
## Importing the repo
### Global usage
```javascript
import vCarousel from 'v-carousel'
import Vue from 'vue'

Vue.use(vCarousel)
```
### Local usage
```javascript
import { vCarousel } from 'v-carousel'
export default {
components: {
vCarousel
}
}
```

## Props / options

## Examples
```html







Sea image # {{ slide }}

```

# Issues and contributions
If you want to report issue/improvements [create issue here](https://github.com/webcodebg/vcarousel/issues)

For contributions read the guidelines in [CONTRIBUTING.md here](https://github.com/webcodebg/vcarousel/blob/master/CONTRIBUTING.md)

# Licence
MIT License

Copyright (c) 2019 Webcode