UNPKG

react-advanced-calculator

Version:
32 lines (20 loc) 556 B
## Installation You can install this package using npm: ```bash npm install react-advanced-calculator ``` ## Usage 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; ``` ## Contributing Contributions are welcome! ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.