Vue Carousel
A flexible, responsive, touch-friendly carousel for Vue.js.
WARNING: vue-carousel is at pre-alpha stage of development and may undergo significant changes.
Installation
Usage
Global
You may install Vue Carousel globally:
This will make <carousel> and <slide> available to all components within your Vue app.
Local
Include the carousel directly into your component using import:
HTML Structure
Once the Carousel and Slide components are installed globally or imported, they can be used in templates in the following manner: