https://github.com/synw/vue-imgslider
Simple images slider component for Vuejs
https://github.com/synw/vue-imgslider
Last synced: 2 months ago
JSON representation
Simple images slider component for Vuejs
- Host: GitHub
- URL: https://github.com/synw/vue-imgslider
- Owner: synw
- License: mit
- Created: 2018-11-10T15:18:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:53:48.000Z (over 6 years ago)
- Last Synced: 2025-02-19T12:51:13.715Z (3 months ago)
- Language: Vue
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue simple images slider
```
npm i --save hammerjs
npm i --save @fortawesome/fontawesome-svg-core
npm i --save @fortawesome/free-solid-svg-icons
npm i --save @fortawesome/vue-fontawesome
```## Usage
Import: `import Slideshow from "path/to/components/ImgSlider.vue"` and register the `Slideshow` component
Template: `` where `slides` is a list of image urls
Optional parameters: `width` and `height`
## Todo
- [ ] Polish for mobile
- [ ] Npm release