Ecosyste.ms: Awesome

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

https://github.com/vue-bulma/lory

Vue Slider Component is based on lory
https://github.com/vue-bulma/lory

Last synced: 2 months ago
JSON representation

Vue Slider Component is based on lory

Lists

README

        

# lory

โ˜€ Touch enabled minimalistic slider for Vue, it is based on [lory](https://github.com/meandmax/lory).

## Installation

```console
$ npm install vue-lory --save
```

## Examples

```vue


1
2
3
4
5
6


import { Lory, Item, Prev, Next } from 'vue-lory'

export default {
components: {
Lory,
Item,
Prev,
Next
}
}

```

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [fundon.me](https://fundon.me) ย ยทย 
> GitHub [@fundon](https://github.com/fundon) ย ยทย 
> Twitter [@_fundon](https://twitter.com/_fundon)