react-gauge-meter
v0.2.1
Published
Gauge for React
Downloads
42
Maintainers
Readme
react-gauge-meter
Install
$ npm install react-gauge-meter
Usage
For Demo, you can see: https://kokim2022.github.io/react-gauge-meter/
import ReactGaugeMeter from 'react-gauge-meter';
<ReactGaugeMeter
firstColor="red"
secondColor="green"
thirdColor="blue"
value={50}
style={{height: '500px', width: '100%'}}
/>
Props of Component
firstColor
(required, color) for example: #67e0e3 or redsecondColor
(required, color)thirdColor
(required, color)style
(optional, object)
the style
of echarts div. object
, default is {height: '300px'}.
LICENSE
MIT@kokim2020.