Skip to content

dennythecoder/vue-knob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-knob

VueJS component inspired by jQuery Knob

alt text

Usage

npm install vue-knob

import Vue from 'vue'
import VueKnob from 'vue-knob'
Vue.component(VueKnob)
<vue-knob v-model="myNumber" />

Component is SVG and fills the space available.

Issues, PRs welcomed.

This README was generated using vue-npm-template