|
2 | 2 |
|
3 | 3 | React Tooltip
|
4 | 4 |
|
5 |
| -[![NPM version][npm-image]][npm-url] [](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 |
9 | 16 | [github-actions-image]: https://github.com/react-component/tooltip/workflows/CI/badge.svg
|
10 | 17 | [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 |
17 | 24 | [download-image]: https://img.shields.io/npm/dm/rc-tooltip.svg?style=flat-square
|
18 | 25 | [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 |
19 | 30 |
|
20 | 31 | ## Screenshot
|
21 | 32 |
|
|
0 commit comments