react-top-progress 0.1.0 → 0.1.1
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 +4 -0
- package/demo_react_top_progress.png +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# react-top-progress
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
**[👉 View Live Demo](https://react-test-progress.vercel.app/)**
|
|
6
|
+
|
|
3
7
|
A lightweight, modern, and performant top loading progress bar for React.
|
|
4
8
|
|
|
5
9
|
Perfect for Next.js App Router, Vite, and standard single-page applications.
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-top-progress",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A lightweight modern top loading progress bar for React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
9
|
-
"dist"
|
|
9
|
+
"dist",
|
|
10
|
+
"demo_react_top_progress.png"
|
|
10
11
|
],
|
|
11
12
|
"keywords": [
|
|
12
13
|
"react",
|