0.2.6 • Published 7 years ago

vue-loop v0.2.6

Weekly downloads
78
License
-
Repository
-
Last release
7 years ago

cover

Vue Loop

We've had a lot of people compliment us on the infinite content loop we did over at Look Studios. We decided to build a simple .vue file for all you vue fans to use.

Live Demo Horizontal Demo Contained Demo

Showcase

Sites using Vue Loop 💙

Installation

npm install vue-loop --save

Usage

import VueLoop from 'vue-loop'

new Vue({
    el: '#app',

    components: {
        VueLoop
    }
})
<vue-loop :full="true" :horizontal="false">
    <div class="item">
        1
    </div>
    <div class="item">
        2
    </div>
    <div class="item">
        3
    </div>
    <div class="item">
        4
    </div>
</vue-loop>

Optional Props

PropTypeDefault
fullBooleantrue
horizontalBooleanfalse

Features

  • Full page content looping
  • Contained content loop
  • Horizontal & Vertical options

Support

License

MIT

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago