1.0.3 • Published 4 years ago
react-thermometer-chart v1.0.3
See ReactJS Thermometer Chart in Action!
Basic Usages (Uses all default values)
  <Thermometer/>This is equivalent to-
  <Thermometer width="100px" height="250px", steps={5}, minValue={0}, maxValue={100}/>Another example
<Thermometer width="100px" height="240px" steps={5} minValue={1000} maxValue={40000} currentValue={20000}> 
</Thermometer>$ npm install react-thermometer-chart --saveThis project is licensed under the ISC License