I'm sitting above the task: how to style the slider: 
I ask you to comment on the idea of how to stylize an ordinary slider in this way. Thank.
I'm sitting above the task: how to style the slider: 
I ask you to comment on the idea of how to stylize an ordinary slider in this way. Thank.
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Try this slider here - Vue Carousel 3D
Here are a lot of examples.
new Vue({ el: '#example', data: { slides: 7 }, components: { 'carousel-3d': Carousel3d.Carousel3d, 'slide': Carousel3d.Slide } }); <script src="https://wlada.imtqy.com/vue-carousel-3d/js/vue-carousel-3d.min.js"></script> <script src="https://wlada.imtqy.com/vue-carousel-3d/js/vue.js"></script> <div id="example"> <carousel-3d> <slide v-for="(slide, i) in slides" :index="i"> <img src="https://placehold.it/360x270"> </slide> </carousel-3d> </div> Source: https://ru.stackoverflow.com/questions/707084/
All Articles