1. vue-lory
Vue Slider Component is based on lory
vue-lory
Package: vue-lory
Created by: vue-bulma
Last modified: Tue, 28 Jun 2022 19:49:55 GMT
Version: 0.0.5
License: MIT
Downloads: 512
Repository: https://github.com/vue-bulma/lory

Install

npm install vue-lory
yarn add vue-lory

lory

☀ Touch enabled minimalistic slider for Vue, it is based on lory.

Installation

 $ npm install vue-lory --save

Examples

<template>
  <lory :options="{ enableMouseEvents: true, infinite: 1 }">
    <item>1</item>
    <item>2</item>
    <item>3</item>
    <item>4</item>
    <item>5</item>
    <item>6</item>
    <prev slot="actions"></prev>
    <next slot="actions"></next>
  </lory>
</template>

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

export default {
  components: {
    Lory,
    Item,
    Prev,
    Next
  }
}
</script>

Badges



fundon.me  · 
GitHub @fundon  · 
Twitter @_fundon

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin