scientific_calculator_light_dark
v0.1.14
Published
This library is responsive scientific calculator with ability of changing theme.
Downloads
7
Readme
Responsive Scientific Calculator
This library is responsive scientific calculator with ability of changing theme.
This library use typescript and webpack for bundling code.
You can start adding this responsive calculator to your project in below steps.
First add library with npm to your project.
npm install scientific_calculator_light_dark
You can use this component in your code like below
import Calculator from "./calculator";
<div>
<Calculator/>
</div>
Preview of scientific calculator library