https://github.com/jsmmth/vue-loop
Infinite content loop for Vue
https://github.com/jsmmth/vue-loop
Last synced: 11 months ago
JSON representation
Infinite content loop for Vue
- Host: GitHub
- URL: https://github.com/jsmmth/vue-loop
- Owner: jsmmth
- Created: 2017-04-28T17:37:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T10:15:51.000Z (about 8 years ago)
- Last Synced: 2024-10-29T10:45:15.470Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 384 KB
- Stars: 818
- Watchers: 15
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - jsmmth/vue-loop - Infinite content loop for Vue (Vue)
README

# Vue Loop
We've had a lot of people compliment us on the infinite content loop we did over at [Look Studios](http://lookstudios.xyz). We decided to build a simple .vue file for all you vue fans to use.
[Live Demo](https://cdn.rawgit.com/lookstudios/vue-loop/ea086525/Examples/public/index.html)
[Horizontal Demo](https://cdn.rawgit.com/lookstudios/vue-loop/ea086525/Examples/public/horizontal.html)
[Contained Demo](https://cdn.rawgit.com/lookstudios/vue-loop/ea086525/Examples/public/contained.html)
## Showcase
Sites using Vue Loop 💙
- [Look Studios](http://lookstudios.co)
- [Submit your site](https://github.com/lookstudios/vue-loop/issues/new)
## Installation
`npm install vue-loop --save`
### Usage
```javascript
import VueLoop from 'vue-loop'
new Vue({
el: '#app',
components: {
VueLoop
}
})
```
```html
1
2
3
4
```
## Optional Props
| Prop | Type | Default |
| ------------- |:-------------:|:-------------:|
| full | Boolean | true |
| horizontal | Boolean | false |
## Features
- Full page content looping
- Contained content loop
- Horizontal & Vertical options
## Support
- [joe@lookstudios.co](mailto:joe@lookstudios.co)
- [@lookstudiosco](http://twitter.com/lookstudiosco)
## License
MIT