Skip to content

Commit 3b688b7

Browse files
committed
✨ add badges shields to README
1 parent b3a016d commit 3b688b7

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11

22
# AngularToggleButton
33

4+
[![npm version](https://img.shields.io/npm/v/ng-toggle-button.svg)][npm-url]
5+
[![npm dlm](https://img.shields.io/npm/dm/ng-toggle-button)][npm-url]
6+
7+
[npm-url]: https://www.npmjs.com/package/ng-toggle-button
8+
49
This is a toggle switch button component, you can see the demo [here](https://ng-toggle-button.netlify.app) and test it in [StackBlitz](https://stackblitz.com/edit/ng-toggle-button).
510

611
## Versions
712

813
| Angular | ng-toggle-button|
914
| -------- |:------:|
15+
| >=15.0.0 | v1.5.x |
1016
| >=14.0.0 | v1.4.x |
1117
| >=13.0.0 | v1.3.x |
1218
| >=12.0.0 | v1.2.x |

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/ng-toggle/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This is a toggle switch button component, you can see the demo [here](https://ng
77

88
| Angular | ng-toggle-button|
99
| -------- |:------:|
10+
| >=15.0.0 | v1.5.x |
1011
| >=14.0.0 | v1.4.x |
1112
| >=13.0.0 | v1.3.x |
1213
| >=12.0.0 | v1.2.x |

0 commit comments

Comments
 (0)