File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ npm i @agney/react-loading
2626yarn add @agney/react-loading
2727```
2828
29+ [ Demo] ( https://agneym.github.io/react-loading/ )
30+
2931## Usage
3032
3133``` javascript
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const Docs = () => {
77 < code >
88 npm install @agney/react-loading
99 </ 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 >
1111 </ >
1212 ) ;
1313}
Original file line number Diff line number Diff line change 9595 "moduleNameMapper" : {
9696 "\\ .(svg)$" : " <rootDir>/__mocks__/fileMock.js"
9797 }
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/"
99113}
You can’t perform that action at this time.
0 commit comments