Skip to content

Commit 91d74de

Browse files
committed
updated documentation
1 parent 8ee7598 commit 91d74de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Next Js TopLoader
22

3-
- A Next.js Top Loading Bar component made using nprogress, works with Next.js 13.
3+
- A Next.js Top Loading Bar component made using nprogress, works with Next.js 14.
44

55
## Install
66

@@ -90,8 +90,9 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
9090
- `crawl`: auto incrementing behavior for the TopLoader.
9191
- `showSpinner`: to show spinner or not.
9292
- `shadow`: a smooth shadow for the TopLoader. (set to `false` to disable it)
93-
- `template`: to include custom HTML attributes for the TopLoader.
93+
- `template`: to include custom HTML attributes for the TopLoader.
9494
- `zIndex`: defines zIndex for the TopLoader.
95+
- `showAtBottom`: To show the TopLoader at bottom. (increase height for the TopLoader to ensure it's visibility at the mobile devices)
9596

9697
---
9798

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-toploader",
3-
"version": "1.5.3",
3+
"version": "1.6.3",
44
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 13.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -18,6 +18,7 @@
1818
"Next",
1919
"Next TopLoader",
2020
"Next.js",
21+
"Next.js 14",
2122
"Next.js 13",
2223
"Nprogress",
2324
"React",

0 commit comments

Comments
 (0)