This is a calculator for the web following the design of the iOS-Calculator.
Install the package via npm
or yarn
and deliver the script to the user.
This can be done via import
, require
or just inserting a script
tag.
npm i ios-calculator-for-web
yarn add ios-calculator-for-web
Just add this HTML-Snippet in your code and wrap it into any kind of container.
<ios-calculator></ios-calculator>
You can try it at CodePen or just take a look at the demo.html included in this project.