Skip to content

A Vue.js component which implements a range input

Notifications You must be signed in to change notification settings

SmirnovW/vue-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-range

The component which implements a range input

Implementation

Like native HTML range element

  <vue-range :min="6" :max="100" :step="10" :value="30"></vue-range>
  
  <input type="range" min="6" max="100" step="10" value="30">

About

A Vue.js component which implements a range input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published