nextjs-toploader
Advanced tools
Comparing version
{ | ||
"name": "nextjs-toploader", | ||
"version": "3.6.13", | ||
"version": "3.6.14", | ||
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and React.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -163,16 +163,16 @@ # <img src="https://images.opencollective.com/nextjs-toploader/070e1d1/logo/256.png?height=256" alt="NextJS TopLoader" width="50" height="50" style="vertical-align:middle; margin-right:10px"/> Next Js TopLoader | ||
| **Name** | **Type** | **Default Value** | | ||
| ----------------- | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `color` | `string` | `"#29d"` | | ||
| `initialPosition` | `number` | `0.08` | | ||
| `crawlSpeed` | `number` | `200` | | ||
| `height` | `number` | `3` | | ||
| `crawl` | `boolean` | `true` | | ||
| `showSpinner` | `boolean` | `true` | | ||
| `easing` | `string` | `"ease"` | | ||
| `speed` | `number` | `200` | | ||
| `shadow` | `string \| false` | `"0 0 10px ${color}, 0 0 5px ${color}"` | | ||
| `template` | `string` | `"<div class=\"bar\" role=\"bar\"><div class=\"peg\"></div></div><div class=\"spinner\" role=\"spinner\"><div class=\"spinner-icon\"></div></div>"` | | ||
| `zIndex` | `number` | `1600` | | ||
| `showAtBottom` | `boolean` | `false` | | ||
| **Name** | **Type** | **Default Value** | | ||
| ----------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `color` | `string` | `"#2299DD"` | | ||
| `initialPosition` | `number` | `0.08` | | ||
| `crawlSpeed` | `number` | `200` | | ||
| `height` | `number` | `3` | | ||
| `crawl` | `boolean` | `true` | | ||
| `showSpinner` | `boolean` | `true` | | ||
| `easing` | `string` | `"ease"` | | ||
| `speed` | `number` | `200` | | ||
| `shadow` | `string \| false` | `"0 0 10px #2299DD,0 0 5px #2299DD"` | | ||
| `template` | `string` | `<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>` | | ||
| `zIndex` | `number` | `1600` | | ||
| `showAtBottom` | `boolean` | `false` | | ||
@@ -179,0 +179,0 @@ ## Contributors |
47760
-0.41%