https://github.com/leepyng/vue2-photo-carousel
A component for photo carousel
https://github.com/leepyng/vue2-photo-carousel
Last synced: 9 months ago
JSON representation
A component for photo carousel
- Host: GitHub
- URL: https://github.com/leepyng/vue2-photo-carousel
- Owner: leepyng
- Created: 2019-06-12T09:26:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T01:09:47.000Z (over 6 years ago)
- Last Synced: 2025-01-12T15:45:25.374Z (11 months ago)
- Language: Vue
- Size: 1.43 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue - vue2-photo-carousel - A component for photo carousel ` 📝 2 years ago` (UI Components [🔝](#readme))
- awesome-vue - vue2-photo-carousel - A photo carousel component for Vue2 (Components & Libraries / UI Components)
- awesome-vue - vue2-photo-carousel - A photo carousel component for Vue2 (UI Components / Carousel)
README
# vue2-photo-carousel
Photo display of a vue 2.0 component

# 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