@@ -160,20 +160,21 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
160160
161161#### ` NextTopLoaderProps ` (props passed to the TopLoader)
162162
163- | ** Name** | ** Type** | ** Default Value** |
164- | ----------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
165- | ` color ` | ` string ` | ` "#2299DD" ` |
166- | ` initialPosition ` | ` number ` | ` 0.08 ` |
167- | ` crawlSpeed ` | ` number ` | ` 200 ` |
168- | ` height ` | ` number ` | ` 3 ` |
169- | ` crawl ` | ` boolean ` | ` true ` |
170- | ` showSpinner ` | ` boolean ` | ` true ` |
171- | ` easing ` | ` string ` | ` "ease" ` |
172- | ` speed ` | ` number ` | ` 200 ` |
173- | ` shadow ` | ` string \| false ` | ` "0 0 10px #2299DD,0 0 5px #2299DD" ` |
174- | ` template ` | ` string ` | ` "<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>" ` |
175- | ` zIndex ` | ` number ` | ` 1600 ` |
176- | ` showAtBottom ` | ` boolean ` | ` false ` |
163+ | ** Name** | ** Type** | ** Default Value** |
164+ | ------------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
165+ | ` color ` | ` string ` | ` "#2299DD" ` |
166+ | ` initialPosition ` | ` number ` | ` 0.08 ` |
167+ | ` crawlSpeed ` | ` number ` | ` 200 ` |
168+ | ` height ` | ` number ` | ` 3 ` |
169+ | ` crawl ` | ` boolean ` | ` true ` |
170+ | ` showSpinner ` | ` boolean ` | ` true ` |
171+ | ` easing ` | ` string ` | ` "ease" ` |
172+ | ` speed ` | ` number ` | ` 200 ` |
173+ | ` shadow ` | ` string \| false ` | ` "0 0 10px #2299DD,0 0 5px #2299DD" ` |
174+ | ` template ` | ` string ` | ` "<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>" ` |
175+ | ` zIndex ` | ` number ` | ` 1600 ` |
176+ | ` showAtBottom ` | ` boolean ` | ` false ` |
177+ | ` showForHashAnchor ` | ` boolean ` | ` true ` |
177178
178179## Contributors
179180
@@ -185,13 +186,6 @@ This project was made possible thanks to the contributions of its code contribut
185186
186187### Financial Contributors
187188
188- We extend a huge thanks to our financial contributor for helping us sustain this community
189-
190- <a href =" https://sentry.io " >
191- <img src =" https://thanks.dev/assets/partner-logos/sentry-color.svg " alt =" Sentry " width =" 200 " />
192-
193- </a >
194-
195189---
196190
197191Support this project with your organization. Your logo will show up here with a link to your website. You can Support this project on Open Collective or Equivalent Method from the below
0 commit comments