A simple, embeddable mortgage calculator that dynamically generates an interactive and styled calculator widget. It allows users to input mortgage amount, interest rate, amortization period, and payment frequency, and calculates the monthly payment based
npm install mortgage-calculator-packageA simple, embeddable mortgage calculator widget for any website. Easily add a responsive, styled mortgage calculator that allows users to enter loan amount, interest rate, amortization period, and payment frequency to calculate their estimated payments.
---
- Plug-and-play embeddable calculator
- Handles rendering of HTML, SCSS styles, and JS logic
- Responsive UI with clean modern styling
- Lightweight and dependency-free (optional Material UI support)
- Supports input masking for dollar and percentage field(s)
---
Install via npm:
```bash
npm install mortgage-calculator-package