1.0.1 • Published 5 years ago

@codeboostnl/react-c8r v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
5 years ago

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)