Skip to content

Commit d715e9d

Browse files
author
Agney
committed
add badges
1 parent 23e5084 commit d715e9d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ npm i @agney/react-loading
2626
yarn add @agney/react-loading
2727
```
2828

29+
[Demo](https://agneym.github.io/react-loading/)
30+
2931
## Usage
3032

3133
```javascript

example/src/Docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,19 @@
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
}

0 commit comments

Comments
 (0)