VueJS component inspired by jQuery Knob
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