react-radial-gauge icon indicating copy to clipboard operation
react-radial-gauge copied to clipboard

Added more features and airbnb linted the file

Open taybart opened this issue 7 years ago • 2 comments

Didn't test if this builds in the master environment.

taybart avatar Aug 11 '17 19:08 taybart

image

taybart avatar Aug 11 '17 19:08 taybart

Picture above was using:

<Gauge
       size={300}
       maximumValue={130}
       currentValue={50}
       dialWidth={9}
       progressRotation={-45}
       progressWidth={18}
       progressFontSize={60}
       progressFontUnits="&#176;F"
       progressColor="rgba(95, 103, 142, 1)"
       progressTextColor="white"
/>

taybart avatar Aug 11 '17 19:08 taybart