0.1.14 • Published 2 years ago

scientific_calculator_light_dark v0.1.14

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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

image image