dual-energy-calculator
v0.0.22
Published
The dual-energy-calculator demonstrates adding two energy-calculator components to an application.
Downloads
61
Readme
The dual-energy-calculator demonstrates adding two energy-calculator components to an application.
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 dual-energy-calculatorThen add
import DualEnergyCalculator from 'dual-energy-ccalculator'Now you can use the component.
