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: about 2 months ago
JSON representation
Vue Slider Component is based on lory
- Host: GitHub
- URL: https://github.com/vue-bulma/lory
- Owner: vue-bulma
- License: mit
- Created: 2016-10-25T01:08:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:23:42.000Z (over 7 years ago)
- Last Synced: 2024-04-14T02:09:02.614Z (9 months ago)
- Language: Vue
- Size: 10.7 KB
- Stars: 41
- Watchers: 3
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)