/vue-knob

Vue Knob

Primary LanguageVueMIT LicenseMIT

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