1.0.2 • Published 3 years ago

@kevinorriss/weight-converter v1.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

Weight Converter

A React widget that converts weight between pounds, kilograms and stones.

Prerequisites

This component makes use of Bootstrap 4 class names, install bootstrap to your project or apply your own styles to the class names.

Installing

npm install @kevinorriss/weight-converter

Usage

Import the component

import WeightConverter from '@kevinorriss/weight-converter'

...

<!-- JSX -->
<div className="your-container">
    <WeightConverter />
</div>

Development

This repo comes with a react app for development purposes. To get started, open a terminal in the root of the project and then:

Link the component to the app

cd ./component
npm link

cd ..
npm link @kevinorriss/weight-converter

Start the app

npm start

Start the rollup watcher

cd ./component
npm run dev

Whenever you make a change to the component code, the react app will update.

Tests

npm test

This project uses Jest and Enzyme for its unit tests, simply run the above code to run the test suites.

If you want the tests to run during development, you will need to have rollup watching too!

Author

License

This project is licensed under the ISC License