From 8286d24006708fc0d369dec2ee04d3c5f037b51f Mon Sep 17 00:00:00 2001
From: Shri Ganesh Jha <60005430+TheSGJ@users.noreply.github.com>
Date: Thu, 2 May 2024 01:44:29 +0530
Subject: [PATCH 1/4] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 23f2604..2b624c0 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,7 @@ If no props are passed to ``, below is the default configuratio
---
-UPI ID: thesgj@sbi
+UPI ID: thesgj@airtel
[](https://github.com/sponsors/TheSGJ)
From dbc393a40cadf102b1e15d77e90b82ac06ca74dc Mon Sep 17 00:00:00 2001
From: Ilia Abedianamiri <37903573+iliaamiri@users.noreply.github.com>
Date: Tue, 21 May 2024 22:45:24 -0700
Subject: [PATCH 2/4] Include a demo example in the README.md for aspiring
users
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 2b624c0..1cb8430 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,10 @@ If no props are passed to ``, below is the default configuratio
- `zIndex`: defines zIndex for the TopLoader.
- `showAtBottom`: To show the TopLoader at bottom. (increase height for the TopLoader to ensure it's visibility at the mobile devices)
+## Demo
+Live demo: https://nextjs-toploader-demo.vercel.app/
+Repository: https://github.com/iliaamiri/nextjs-toploader
+
---
UPI ID: thesgj@airtel
From a1478881bcdf29121cc93b517b5730180d44f178 Mon Sep 17 00:00:00 2001
From: Ilia Abedianamiri <37903573+iliaamiri@users.noreply.github.com>
Date: Tue, 21 May 2024 22:48:51 -0700
Subject: [PATCH 3/4] Fix indentation
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1cb8430..b9859ff 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ If no props are passed to ``, below is the default configuratio
- `showAtBottom`: To show the TopLoader at bottom. (increase height for the TopLoader to ensure it's visibility at the mobile devices)
## Demo
-Live demo: https://nextjs-toploader-demo.vercel.app/
+Live demo: https://nextjs-toploader-demo.vercel.app/
Repository: https://github.com/iliaamiri/nextjs-toploader
---
From c1981fb291a75c38aa1f7021c758877b211d597f Mon Sep 17 00:00:00 2001
From: Eiliya <37903573+iliaamiri@users.noreply.github.com>
Date: Fri, 30 Aug 2024 10:25:15 -0700
Subject: [PATCH 4/4] Update README.md
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index 8a84a68..c76e68d 100644
--- a/README.md
+++ b/README.md
@@ -162,9 +162,6 @@ If no props are passed to ``, below is the default configuratio
Live demo: https://nextjs-toploader-demo.vercel.app/
Repository: https://github.com/iliaamiri/nextjs-toploader
----
-
-UPI ID: thesgj@airtel
#### `NextTopLoaderProps` (props passed to the TopLoader)
| **Name** | **Type** | **Default Value** |