https://github.com/vue-bulma/lory
Vue Slider Component is based on lory
https://github.com/vue-bulma/lory
Last synced: 7 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:23:42.000Z (about 8 years ago)
- Last Synced: 2024-04-14T02:09:02.614Z (over 1 year 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
- awesome-vue - vue-lory - Vue Slider Component based on lory. (Components & Libraries / UI Components)
- awesome-vue-refactor - vue-lory
- awesome-vue-zh - Vue - 洛里 - 基于lory的Vue Slider组件. (UI组件 / 圆盘传送带)
- awesome-vue - vue-lory ★40 - Vue Slider Component based on lory. (UI Components / Carousel)
- awesome-vue - vue-lory - Vue Slider Component is based on lory ` 📝 4 years ago` (UI Components [🔝](#readme))
- awesome-vue - vue-lory - Vue Slider Component based on lory. (UI Components / Carousel)
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


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