New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vgauge

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vgauge

A Vue Wrapper to [GaugeJS](https://github.com/bernii/gauge.js/) [Live Demo](https://jz3qoxny63.codesandbox.io/)

  • 1.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-23.25%
Maintainers
1
Weekly downloads
 
Created
Source

vgauge

A Vue Wrapper to GaugeJS Live Demo

Installing

npm i vgauge --save

Usage

import VGauge from 'vgauge'

export default {
  components: {
    VGauge
  },
  data(){
    return{
      x:35
    }
  }
}
<v-gauge :value="x"/>

Props

You can use the following props

NameDescriptionTypeDefault
optionsGaugeJS render options, check gaugejs APIObjectBasic gaugejs Object
heightheight of the gaugestring200px
initialValueInitial value to display on the GaugeNumber0
valueValue to display/watchNumber50
minValueMin value for the gauge to displayNumber0
maxValueMax value for the gauge to displayNumber100
decimalPlaceShow decimal place values to which extentNumber0
topTo have the gauge value on top of the gaugeBooleanfalse
gaugeValueClassClass to apply to gauge valueString*
animationSpeedAnimation speed for gaugeNumber10

Authors

  • Amr Essam - Github

License

This project is licensed under the MIT License

Acknowledgments

Keywords

FAQs

Package last updated on 04 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc