Vue Carousel 3d is beautiful, flexible, and easy to touch with CSS transition, you will get a smooth and smooth transition of slides in the 3D effect of Vue.js.
Features:
- With CSS Transition, you will get a smooth and smooth slide transition in a 3D effect
- Presentations use Vue’s built-in slot system, allowing you to display any type of content in slides (including other Vue components!)
- Touch and drag are supported on both desktop and mobile devices.
Must Read: 3D Interactive Carousel With jQuery and GSAP | 3DCarousel
How to make use of it:
Installation
npm install -S vue-carousel-3d
1. You can install Vue Carousel 3d globally:
import Vue from 'vue'; import Carousel3d from 'vue-carousel-3d'; Vue.use(Carousel3d);
2. Include Carousel 3d in your component using import:
import { Carousel3d, Slide } from 'vue-carousel-3d'; export default { ... components: { Carousel3d, Slide } ... };
3. Once the Carousel3d and Slide components are generally installed or imported, they can be used in templates like the below:
<carousel-3d> <slide :index="0"> Slide 1 Content </slide> <slide :index="1"> Slide 2 Content </slide> </carousel-3d>
See Demo And Download
Official Website(Wlada): Click Here
This superior jQuery/javascript plugin is developed by Wlada. For extra Advanced Usage, please go to the official website.