Skip to content

Commit bf440a9

Browse files
authored
Merge pull request #901 from ReactTooltip/docs/bundle-comparation-v4-v5
docs: update README.md to include bundlephobia metrics
2 parents ee4abba + 7e6e22a commit bf440a9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# react-tooltip
22

33
[![Version](http://img.shields.io/npm/v/react-tooltip.svg)](https://www.npmjs.org/package/react-tooltip)
4+
![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)
45
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
6+
![last commit](https://badgen.net/github/last-commit/reacttooltip/react-tooltip)
57
[![npm download][download-image]][download-url]
6-
[![Build Status](https://travis-ci.org/wwayne/react-tooltip.svg?branch=master)](https://travis-ci.org/wwayne/react-tooltip)
7-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
8+
![minified](https://badgen.net/bundlephobia/min/react-tooltip)
9+
![minified gzip](https://badgen.net/bundlephobia/minzip/react-tooltip)
810

911
[download-image]: https://img.shields.io/npm/dm/react-tooltip.svg?style=flat-square
1012
[download-url]: https://npmjs.org/package/react-tooltip
@@ -23,6 +25,10 @@ Documentation for V4 - [Github Page](https://reacttooltip.github.io/react-toolti
2325

2426
Documentation for V5 - [ReactTooltip](https://react-tooltip.com/docs/getting-started).
2527

28+
[Bundle size timeline comparation from V4 -> V5](https://bundlephobia.com/package/[email protected])
29+
30+
<img width="1073" alt="image" src="https://user-images.githubusercontent.com/9615850/211835641-f6373084-ad73-4902-9855-246d34952345.png">
31+
2632
## Installation
2733

2834
```sh

0 commit comments

Comments
 (0)