1.0.2 • Published 6 years ago

react-canvas-gauge v1.0.2

Weekly downloads
47
License
MIT
Repository
github
Last release
6 years ago

react-canvas-gauge

NPM version npm download

image

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