A vue2 component to simulate the Apple Cover Flow UI effect
vue-coverflow
vue-coverflow is a vue2 component to simulate the Apple Cover Flow UI effect, without jQuery.
npm install vue-coverflow --save
Use
// Use in component
import { coverflow } from 'vue-coverflow'
export default {
data () {
return {
// options
}
},
components: {
coverflow
}
}
<coverflow options></coverflow>