Skip to content

A calculator as webcomponent following the design of the iOS-Calculator.

License

Notifications You must be signed in to change notification settings

manuelhenke/ios-calculator-for-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI CodeQL License NPM version

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-web
yarn add ios-calculator-for-web

Usage

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. Example Image

License

MIT License