An open API service indexing awesome lists of open source software.

https://github.com/prabhuignoto/v-slide

Simple carousel built with Vue.js
https://github.com/prabhuignoto/v-slide

carousel carousel-component v-slide vue vue-carousel vuejs vuejs-plugin

Last synced: 10 months ago
JSON representation

Simple carousel built with Vue.js

Awesome Lists containing this project

README

          

# Welcome to v-slide 👋

> A simple Carousel for Vue

## ✨[Demo](http://v-slide.netlify.com)

![web-home](./public/demo.gif)

## Install

```sh
yarn install
```

## Features

### Smart rendering

Wrap your elements with v-slide and you are good to go. v-slide slices out the HTML content and make sure they go in separate slides.

### Autoplay

V-Slide can be set to run in Autoplay mode by setting the autoplay prop.

### Previews

The previews allow you to quickly take a peek on all the slides. V-Slide is smart enough to render mixed contents. for e.g you can mix images and plain text content.

### Touch Enabled

V-Slide comes with touch support.

## Options

| Option | Description | Default |
|----------------|-------------------------------------------------------------------------|---------|
| autoplay | Enables the slideshow mode | false |
| slideShowSpeed | This setting control the slide show speed (in seconds) | |
| preview | Enables the Preview pane | false |
| isCircular | This setting enables the carousel to loop back when it reaches the end. | false |
| touchEnabled | Enables touch support | false |

## Author

👤 **Prabhu Murthy**

* Website: [prabhumurthy.com](http://prabhumurthy.netlify.com)
* Twitter: [@prabhumurthy](https://twitter.com/prabhumurthy)
* Github: [@prabhuignoto](https://github.com/prabhuignoto)

## Show your support

Give a ⭐️ if this project helped you!.