Carousel A vue2 component to simulate the Apple Cover Flow UI effect Oct 31, 2017 1 min read vue-coverflow vue-coverflow is a vue2 component to simulate the Apple Cover Flow UI effect, without jQuery. View demo npm install vue-coverflow --save Use // Use in component import { coverflow } from 'vue-coverflow' export default { data () { return { // options } }, components: { coverflow } } Js <coverflow options></coverflow> HTML GitHub OrangeXC/vue-coverflow?? — Read MoreDownload as zip CarouselSlider
Carousel A performance focused Vue carousel designed for SSR/SSG environments A performance focused Vue carousel designed for SSR/SSG environments. 13 April 2022
Slider A simple Image slideshow with vue.js The purpose of the slideshow is to scroll through the photos one by one in the browser full screen. 19 June 2021