react-canvas-gauge
v1.0.2
Published
React Gauge Component
Downloads
231
Maintainers
Readme
react-canvas-gauge
Quick start
Installing via npm
$ npm install --save-dev react-canvas-gauge
Example
import React, { Component } from 'react';
import Gauge from 'react-canvas-gauge';
class MyGauge extends Component {
render() {
return (<Gauge />);
}
}
export default MyGauge;
Props
See the examples for a more complete sample.
Running Local Example
$ git clone https://github.com/neilpipi1985/react-canvas-gauge
$ cd ./react-canvas-gauge
$ npm install
$ npm run test