# Carousel
For the Carousel we used a Vue.js library named Element-Ui who also have the carousel directive already integrated.
# Global Usage
- First you need to import:
import Vue from 'vue';
import { Carousel, CarouselItem } from 'element-ui';
- Now you need to declare:
Vue.use(Carousel);
Vue.use(CarouselItem);
In this product already this plugin it's globally installed
# Carousel Example
This is an preview example of our beautiful carousel.