react-advanced-calculator
Version:
32 lines (20 loc) • 556 B
Markdown
You can install this package using npm:
```bash
npm install react-advanced-calculator
```
To use the `Calculator` in your React application:
```jsx
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;
```
Contributions are welcome!
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.