noui-vue-fr

0.0.8 • Public • Published

veeno

veeno is a range slider component for vue based off of noUiSlider It supports all noUiSlider features. This particular fork has been updated to use the latest version of nouislider library (15.5.1)

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

Package Sidebar

Install

npm i noui-vue-fr

Homepage

uwebpro.com/

Weekly Downloads

6

Version

0.0.8

License

none

Unpacked Size

26.4 kB

Total Files

13

Last publish

Collaborators

  • cvetlicni