@codeboostnl/react-c8r
v1.0.1
Published
A React calculator component.
Maintainers
Readme
A React calculator component.
Installation
The package can be installed via npm:
npm install react-c8rOr via yarn:
yarn add react-c8rUsage
Here's an example of basic usage:
import React from 'react';
import Calculator from 'react-c8r';
const Example = () => {
return (
<Calculator />
);
}
Testing
npm run testLicense
The Apache-2.0 License.
Author
👤 Code Boost [email protected] (https://codeboost.nl)
