ios-calculator-for-web
v1.2.14
Published
This is a calculator for the web following the design of the iOS-Calculator.
Maintainers
Readme
ios-calculator-for-web
This is a calculator for the web following the design of the iOS-Calculator.
Getting Started
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-webyarn add ios-calculator-for-webUsage
Just add this HTML-Snippet in your code and wrap it into any kind of container.
<ios-calculator></ios-calculator>Example
You can try it at CodePen or just take a look at the demo.html included in this project.

