# Vue 3 Carousel Modern lightweight Vue 3 carousel component

npm npm Package Quality

## Documentation https://vue3-carousel.ismail9k.com/ ## Features - [x] Responsive breakpoints - [x] Mouse/touch dragging - [x] Infinity scroll (wrapping around) - [x] Auto play - [x] Add classes for active and for visible slides - [x] RTL - [x] Enrich a11y - [x] Vertical Slides ## Nuxt Module If you're using Nuxt and prefer to use it via module, please refer to [vue3-carousel-nuxt](https://github.com/gaetansenn/vue3-carousel-nuxt?tab=readme-ov-file) ## Getting started ### Installation First step is to install it using `yarn` or `npm`: ```bash npm install vue3-carousel # or use yarn yarn add vue3-carousel ``` ### Basic Using ```vue ```