npm.io
1.0.2 • Published 8 years ago

vue-knob

Licence
MIT
Version
1.0.2
Deps
0
Vulns
0
Weekly
0

vue-knob

VueJS component inspired by jQuery Knob

Demo

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