Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Agney committed Oct 4, 2020
1 parent 23e5084 commit d715e9d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ npm i @agney/react-loading
yarn add @agney/react-loading
```

[Demo](https://agneym.github.io/react-loading/)

## Usage

```javascript
Expand Down
2 changes: 1 addition & 1 deletion example/src/Docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Docs = () => {
<code>
npm install @agney/react-loading
</code>
<p>For more detailed docs, visit Github page.</p>
<p>For more detailed docs, visit <a href="https://github.com/agneym/react-loading/settings">Github page</a></p>
</>
);
}
Expand Down
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,19 @@
"moduleNameMapper": {
"\\.(svg)$": "<rootDir>/__mocks__/fileMock.js"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/agneym/react-loading.git"
},
"keywords": [
"react",
"typescript",
"loader",
"spinner"
],
"bugs": {
"url": "https://github.com/agneym/react-loading/issues"
},
"homepage": "https://agneym.github.io/react-loading/"
}

0 comments on commit d715e9d

Please sign in to comment.