@codeboostnl/react-c8r

A React calculator component.

Usage no npm install needed!

<script type="module">
  import codeboostnlReactC8r from 'https://cdn.skypack.dev/@codeboostnl/react-c8r';
</script>

README

react-c8r 🧮

Version Peer dependency: react Peer dependency: react-dom Dependency: mathjs License: Apache-2.0

A React calculator component.

Installation

The package can be installed via npm:

npm install react-c8r

Or via yarn:

yarn add react-c8r

Usage

Here's an example of basic usage:

import React from 'react';
import Calculator from 'react-c8r';

const Example = () => {
  return (
    <Calculator />
  );
}

Testing

npm run test

License

The Apache-2.0 License.

Author

👤 Code Boost daniel@codeboost.nl (https://codeboost.nl)