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