Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/leepyng/vue2-photo-carousel

A component for photo carousel
https://github.com/leepyng/vue2-photo-carousel

Last synced: about 1 month ago
JSON representation

A component for photo carousel

Lists

README

        

# vue2-photo-carousel
Photo display of a vue 2.0 component

Coverage Status

# install

npm install vue2-photo-carousel --save-dev

# how to use
template:


script:
//import
import PhotosBox from 'vue2-photo-carousel'

//define
components:{
PhotosBox
},
//set default data
data(){
return{
photos:['xx','xx']
}
}


# props description
photos:photo address list