Gallery Responsive gallery component for VueJS May 21, 2018 1 min read vue-gallery-slideshow Responsive image gallery for VueJS. View demo Download Source Installation NPM npm install vue-gallery-slideshow --save Bash Usage HTML <div id="app"> <img class="image" v-for="(image, i) in images" :src="image" @click="onClick(i)"> <vue-gallery-slideshow :images="images" :index="index" @close="index = null"></vue-gallery-slideshow> </div> HTML JavaScript import VueGallerySlideshow from 'vue-gallery-slideshow' const app = new Vue({ el: '#app', components: { VueGallerySlideshow }, methods: { onClick(i) { this.index = i; } }, data: { images: [ 'https://placekitten.com/801/800', 'https://placekitten.com/802/800', 'https://placekitten.com/803/800', 'https://placekitten.com/804/800', 'https://placekitten.com/805/800', 'https://placekitten.com/806/800', 'https://placekitten.com/807/800', 'https://placekitten.com/808/800', 'https://placekitten.com/809/800', 'https://placekitten.com/810/800' ], index: 0 } }) JavaScript GitHub KitchenStories/vue-gallery-slideshow16848🖼 Lightweight and responsive image gallery for Vue.js — Read MoreLatest commit to the master branch on 8-25-2020Download as zip GalleryResponsive
Gallery A Simple photo gallery to Upload your media images A Simple photo gallery to Upload your media images 26 April 2023
Gallery A photo gallery app using Vue.js and Vue Router A photo gallery app using Vue.js and Vue Router 21 March 2023
Responsive Tiny plugin for managing responsiveness breakpoints in Vue3 apps Tiny plugin for managing responsiveness breakpoints in Vue3 apps. 05 March 2023