We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03edb0e commit 7d1b9afCopy full SHA for 7d1b9af
README.md
@@ -1,4 +1,4 @@
1
-# re-carousel [![npm-version][npm-badge]][npm-link]
+# re-carousel [![npm-version][npm-badge]][npm-link] [![size][size-src]][size-link]
2
3
Minimal carousel component for React.
4
@@ -75,7 +75,9 @@ npm run test # run tests
75
76
[MIT][mit] © [Amio][author]
77
78
-[npm-badge]:https://badgen.net/npm/v/re-carousel
+[npm-badge]: https://badgen.net/npm/v/re-carousel
79
[npm-link]: https://www.npmjs.com/package/re-carousel
80
-[mit]: http://opensource.org/licenses/MIT
81
-[author]: http://github.com/amio
+[size-src]: https://badgen.net/bundlephobia/minzip/re-carousel
+[size-link]: https://bundlephobia.com/result?p=re-carousel
82
+[mit]: http://opensource.org/licenses/MIT
83
+[author]: http://github.com/amio
0 commit comments