1.0.3 • Published 1 month ago

vue3-canvas-gauges v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Canvas gauges

Canvas gauges component is based on canvas-gauges for Vue.

Installation

$ npm install vue3-canvas-gauges --save

Examples

<template>
  <div>
    <radial-gauge options="{ value: 233 }"></radial-gauge>
    <linear-gauge :value="377"></linear-gauge>
  </div>
</template>

<script>
import { LinearGauge, RadialGauge }  from 'vue3-canvas-gauges'

export default {
  components: {
    LinearGauge,
    RadialGauge
  }
}
</script>

Badges

npm.io npm.io


GitHub @xoxttxox

1.0.3

1 month ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago