1.0.4 • Published 4 months ago

react-advanced-calculator v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Installation

You can install this package using npm:

npm install react-advanced-calculator

Usage

To use the Calculator in your React application:

import React from "react";
import { Calculator } from "react-advanced-calculator";
import "react-advanced-calculator/dist/styles/calculator.css";

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

export default App;

Contributing

Contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

1.0.2

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.1

5 months ago

1.0.11

5 months ago

1.0.0

5 months ago