Skip to content

meera/react-thermometer-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Thermometer Chart

Thermometer Chart for ReactJS


[See ReactJS Thermometer Chart in Action!] (https://askteam.how/npm/react-thermometer-chart/)

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>

Download & Installation

$ npm install react-thermometer-chart --save

License

This project is licensed under the ISC License

About

React Component for Thermometer Chart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published