Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nouislider-vue

noUiSlider component for vue 2 & nuxt

vue, slider, range, vue-slider, vue-range-slider, vue-component, vue-range-component, vue-slider-component

readme

veeno

veeno is a range slider component for vue based off of noUiSlider It supports all noUiSlider features.

Installation

You can install the package via npm or yarn.

NPM

npm install veeno --save

YARN

yarn add veeno

Usage

<template>
  <div id = "app">
    <veeno
        pipsy
        :handles = "35"
        :range = {
          'min': 0,
          'max': 100
        }
    />
  </div>
</template>

<script>
import veeno from 'veeno';

export default {
    name: 'app',
    components: {
        veeno,
    },
};
</script>

More

For visual details, checkout the homepage page

Custom Design

Shards ui