|
3 | 3 | Common Utils For React Component.
|
4 | 4 |
|
5 | 5 | [![NPM version][npm-image]][npm-url]
|
6 |
| -[![David dm][david-dm-image]][david-dm-url] |
7 |
| -[![node version][node-image]][node-url] |
8 | 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] |
9 | 11 |
|
10 | 12 | [npm-image]: http://img.shields.io/npm/v/rc-util.svg?style=flat-square
|
11 | 13 | [npm-url]: http://npmjs.org/package/rc-util
|
12 |
| -[travis-image]: https://img.shields.io/travis/react-component/util.svg?style=flat-square |
13 |
| -[travis-url]: https://travis-ci.org/react-component/util |
14 |
| -[coveralls-image]: https://img.shields.io/coveralls/react-component/util.svg?style=flat-square |
15 |
| -[coveralls-url]: https://coveralls.io/r/react-component/util?branch=master |
16 |
| -[david-dm-image]: https://img.shields.io/david/react-component/util.svg |
17 |
| -[david-dm-url]: https://david-dm.org/react-component/util |
18 |
| -[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square |
19 |
| -[node-url]: http://nodejs.org/download/ |
| 14 | +[travis-image]: https://img.shields.io/travis/react-component/util/master?style=flat-square |
| 15 | +[travis-url]: https://travis-ci.com/react-component/util |
| 16 | +[github-actions-image]: https://github.com/react-component/util/workflows/CI/badge.svg |
| 17 | +[github-actions-url]: https://github.com/react-component/util/actions |
| 18 | +[codecov-image]: https://img.shields.io/codecov/c/github/react-component/util/master.svg?style=flat-square |
| 19 | +[codecov-url]: https://app.codecov.io/gh/react-component/util |
| 20 | +[david-url]: https://david-dm.org/react-component/util |
| 21 | +[david-image]: https://david-dm.org/react-component/util/status.svg?style=flat-square |
| 22 | +[david-dev-url]: https://david-dm.org/react-component/util?type=dev |
| 23 | +[david-dev-image]: https://david-dm.org/react-component/util/dev-status.svg?style=flat-square |
20 | 24 | [download-image]: https://img.shields.io/npm/dm/rc-util.svg?style=flat-square
|
21 | 25 | [download-url]: https://npmjs.org/package/rc-util
|
| 26 | +[bundlephobia-url]: https://bundlephobia.com/package/rc-util |
| 27 | +[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-util |
| 28 | +[dumi-url]: https://github.com/umijs/dumi |
| 29 | +[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
22 | 30 |
|
23 | 31 | ## Install
|
24 | 32 |
|
|
0 commit comments