0.1.15 • Published 3 years ago

simple-react-calculator-fork-ghostpandause v0.1.15

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Calculator built with React

Simple-React-Calculator

Demo

It is a calculator like Mac OS.

Scientific Calculator is not supported.

Install

To use simple-react-calculator, all you need to do is install the simple-react-calculator package and its peer dependencies.

npm install simple-react-calculator @emotion/react @emotion/styled

or

yarn add simple-react-calculator @emotion/react @emotion/styled

Usage

import { ReactCalculator } from "simple-react-calculator";

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