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
- Host: GitHub
- URL: https://github.com/webcodebg/vcarousel
- Owner: webcodebg
- License: mit
- Created: 2019-12-10T16:42:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:45:28.000Z (about 3 years ago)
- Last Synced: 2025-01-20T13:27:27.788Z (about 1 year ago)
- Topics: carousel, mobile-friendly, slider, touch, vue
- Language: JavaScript
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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