We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ff04c commit 13b9484Copy full SHA for 13b9484
README.md
@@ -1,5 +1,8 @@
1
# react-hooks-toolbox
2
3
+[![NPM version][npm-image]][npm-url]
4
+[![npm download][download-image]][download-url]
5
+
6
Collection of Hooks.
7
8
## Install
@@ -194,3 +197,7 @@ const DymoLabelPreview = () => {
194
197
}
195
198
};
196
199
```
200
+[npm-image]: https://img.shields.io/npm/v/react-hooks-toolbox.svg?style=flat-square
201
+[npm-url]: https://npmjs.org/package/react-hooks-toolbox
202
+[download-image]: https://img.shields.io/npm/dm/react-hooks-toolbox.svg?style=flat-square
203
+[download-url]: https://npmjs.org/package/react-hooks-toolbox
0 commit comments