Skip to content

Commit aca75b4

Browse files
authored
Update README.md
1 parent 6090a10 commit aca75b4

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,31 @@
22

33
React Tooltip
44

5-
[![NPM version][npm-image]][npm-url] [![dumi](https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square)](https://github.com/umijs/dumi) [![build status][github-actions-image]][github-actions-url] [![Test coverage][coveralls-image]][coveralls-url] [![gemnasium deps][gemnasium-image]][gemnasium-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url]
6-
7-
[npm-image]: https://img.shields.io/npm/v/rc-tooltip.svg?style=flat-square
8-
[npm-url]: https://npmjs.org/package/rc-tooltip
5+
[![NPM version][npm-image]][npm-url]
6+
[![npm download][download-image]][download-url]
7+
[![build status][github-actions-image]][github-actions-url]
8+
[![Codecov][codecov-image]][codecov-url]
9+
[![bundle size][bundlephobia-image]][bundlephobia-url]
10+
[![dumi][dumi-image]][dumi-url]
11+
12+
[npm-image]: http://img.shields.io/npm/v/rc-tooltip.svg?style=flat-square
13+
[npm-url]: http://npmjs.org/package/rc-tooltip
14+
[travis-image]: https://img.shields.io/travis/react-component/tooltip/master?style=flat-square
15+
[travis-url]: https://travis-ci.com/react-component/tooltip
916
[github-actions-image]: https://github.com/react-component/tooltip/workflows/CI/badge.svg
1017
[github-actions-url]: https://github.com/react-component/tooltip/actions
11-
[coveralls-image]: https://img.shields.io/coveralls/react-component/tooltip.svg?style=flat-square
12-
[coveralls-url]: https://coveralls.io/r/react-component/tooltip?branch=master
13-
[gemnasium-image]: https://img.shields.io/gemnasium/react-component/tooltip.svg?style=flat-square
14-
[gemnasium-url]: https://gemnasium.com/react-component/tooltip
15-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
16-
[node-url]: https://nodejs.org/download/
18+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/tooltip/master.svg?style=flat-square
19+
[codecov-url]: https://app.codecov.io/gh/react-component/tooltip
20+
[david-url]: https://david-dm.org/react-component/tooltip
21+
[david-image]: https://david-dm.org/react-component/tooltip/status.svg?style=flat-square
22+
[david-dev-url]: https://david-dm.org/react-component/tooltip?type=dev
23+
[david-dev-image]: https://david-dm.org/react-component/tooltip/dev-status.svg?style=flat-square
1724
[download-image]: https://img.shields.io/npm/dm/rc-tooltip.svg?style=flat-square
1825
[download-url]: https://npmjs.org/package/rc-tooltip
26+
[bundlephobia-url]: https://bundlephobia.com/package/rc-tooltip
27+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-tooltip
28+
[dumi-url]: https://github.com/umijs/dumi
29+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
1930

2031
## Screenshot
2132

0 commit comments

Comments
 (0)