0.0.22 • Published 8 years ago
energy-calculator v0.0.22
The energy-calculator is a simple component, to be used by dual-energy-component.
Before this is published, it needs to be transpiled. Currently, both React code and ES6 code can be transpiled.
In order to transpile code, run
npm run buildCurrently, that will save a new transpiled file under
./lib/index.jsThis component is currently available via npm. In order to install it, run
npm install energy-calculatorThen add
import EnergyCalculator from 'energy-calculator'Now you can use the component.