# Mortgage Calculator Package

A 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.

---

## ✨ Features

- 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)

---

## 📦 Installation

Install via npm:

```bash
npm install mortgage-calculator-package
