2.0.3 • Published 5 years ago

react-newcalculator v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Synopsis

This is a out-of-the-box calculator which mimics the look and feel of a MAC OS calculator and handles all the functions accurately.

Code Example
import React from 'react';
import { render} from 'react-dom';
import Calculator from 'react-newcalculator';

const App = () => (
    <Calculator />
);
render(<App />, document.getElementById("root"));

Motivation

This is a completely independent calculator which can be intergrated into any front ed applications.

Fully functional React-Calculator

Installation

npm install react-newcalculator

Contributors

@PalsRoy

License

MIT

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago