File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ npm i @agney/react-loading
26
26
yarn add @agney/react-loading
27
27
```
28
28
29
+ [ Demo] ( https://agneym.github.io/react-loading/ )
30
+
29
31
## Usage
30
32
31
33
``` javascript
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const Docs = () => {
7
7
< code >
8
8
npm install @agney/react-loading
9
9
</ code >
10
- < p > For more detailed docs, visit Github page. </ p >
10
+ < p > For more detailed docs, visit < a href = "https://github.com/agneym/react-loading/settings" > Github page</ a > </ p >
11
11
</ >
12
12
) ;
13
13
}
Original file line number Diff line number Diff line change 95
95
"moduleNameMapper" : {
96
96
"\\ .(svg)$" : " <rootDir>/__mocks__/fileMock.js"
97
97
}
98
- }
98
+ },
99
+ "repository" : {
100
+ "type" : " git" ,
101
+ "url" : " git+https://github.com/agneym/react-loading.git"
102
+ },
103
+ "keywords" : [
104
+ " react" ,
105
+ " typescript" ,
106
+ " loader" ,
107
+ " spinner"
108
+ ],
109
+ "bugs" : {
110
+ "url" : " https://github.com/agneym/react-loading/issues"
111
+ },
112
+ "homepage" : " https://agneym.github.io/react-loading/"
99
113
}
You can’t perform that action at this time.
0 commit comments