Skip to content

Commit 7d1b9af

Browse files
committed
Add size badge
1 parent 03edb0e commit 7d1b9af

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# re-carousel [![npm-version][npm-badge]][npm-link]
1+
# re-carousel [![npm-version][npm-badge]][npm-link] [![size][size-src]][size-link]
22

33
Minimal carousel component for React.
44

@@ -75,7 +75,9 @@ npm run test # run tests
7575

7676
[MIT][mit] © [Amio][author]
7777

78-
[npm-badge]:https://badgen.net/npm/v/re-carousel
78+
[npm-badge]: https://badgen.net/npm/v/re-carousel
7979
[npm-link]: https://www.npmjs.com/package/re-carousel
80-
[mit]: http://opensource.org/licenses/MIT
81-
[author]: http://github.com/amio
80+
[size-src]: https://badgen.net/bundlephobia/minzip/re-carousel
81+
[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

Comments
 (0)