@vctqs1/nav-progress-bar 0.0.2-5 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -111,6 +111,11 @@ User clicks <Link>
|
|
|
111
111
|
→ "navigatesuccess" fires → bar finishes
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
+
> 🎬 **Demo** — [watch the bar in action with Next.js App Router →](https://github.com/vctqs1/nav-progress-bar#nextjs-app-router)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<video src="https://github.com/user-attachments/assets/4144ed95-8c25-4aa9-b804-905ac24805b4" controls width="100%"></video>
|
|
118
|
+
|
|
114
119
|
---
|
|
115
120
|
|
|
116
121
|
### Nuxt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vctqs1/nav-progress-bar",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"repository": "https://github.com/vctqs1/nav-progress-bar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"keywords": [
|
|
23
|
+
"toploader",
|
|
23
24
|
"progress-bar",
|
|
24
25
|
"navigation",
|
|
25
26
|
"web-component",
|