2.0.7 • Published 8 years ago

vue-p-carousel v2.0.7

Weekly downloads
10
License
ISC
Repository
github
Last release
8 years ago

vue-p-carousel

carousel component for Vue

Installation

$ npm install vue-p-carousel

Usage

import Carousel from 'vue-p-carousel'

new Vue({
  el: '#app',
  data:{,
    items:[
        {
            src:"...",
            alt:"image-1"
        },
        {
            src:"...",
            alt:"image-2"
        },
        {
            src:"...",
            alt:"image-3"
        }
    ]
  },
  components: {
    Carousel: Carousel
  },
})
<div id="app">
  <carousel :items="items"></carousel>
</div>
2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago