diff --git a/Basic/README.md b/Basic/README.md
new file mode 100644
index 0000000..c5e358e
--- /dev/null
+++ b/Basic/README.md
@@ -0,0 +1,59 @@
+# Basic Widget
+
+### Default Configuration
+
+```html
+
+
+
+
+ ${logoSVG()}
+
×
+ ${
+ showProductName && productName
+ ? `
+
+ ${productName}
+
+ `
+ : ``
+ }
+
+
+ Start as
+ Low as ${currency}${emiValue}
+
+
+
${currency}${totalOrderValue}
+
Order total
+
+
+
+
+
+
pay ${currency}${emiValue}*
${month1}
+
+
+
+
pay ${currency}${emiValue}*
${month2}
+
+
+
+
pay ${currency}${emiValue}*
${month3}
+
+
+
+
Instant Credit
+
Flexible Repayments
+
Priority Support
+
+
+
Steps to perform:
+
+
Add
+ products to cart
+
Checkout
+ with Settle
+
Pay
+ nothing right away
+
+
+
+
+
Select ${logoSVG("48")} at the payment screen
+
+
+
*The above EMI schedule provided is an estimate. The exact schedule will be available at checkout.
+
+ `;
+
+ const html = `
+