Skip to content

Commit 226f590

Browse files
authored
Update README.md
1 parent 1f8dc2e commit 226f590

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,29 @@
22

33
React Pagination Component.
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] [![codecov](https://codecov.io/gh/react-component/pagination/branch/master/graph/badge.svg)](https://codecov.io/gh/react-component/pagination) [![Dependencies](https://img.shields.io/david/react-component/pagination.svg?style=flat-square)](https://david-dm.org/react-component/pagination) [![DevDependencies](https://img.shields.io/david/dev/react-component/pagination.svg?style=flat-square)](https://david-dm.org/react-component/pagination?type=dev) [![npm download][download-image]][download-url]
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]
611

712
[npm-image]: http://img.shields.io/npm/v/rc-pagination.svg?style=flat-square
813
[npm-url]: http://npmjs.org/package/rc-pagination
914
[github-actions-image]: https://github.com/react-component/pagination/workflows/CI/badge.svg
1015
[github-actions-url]: https://github.com/react-component/pagination/actions
11-
[coveralls-image]: https://img.shields.io/coveralls/react-component/pagination.svg?style=flat-square
12-
[coveralls-url]: https://coveralls.io/r/react-component/pagination?branch=master
16+
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/pagination/master.svg?style=flat-square
17+
[codecov-url]: https://codecov.io/gh/react-component/pagination/branch/master
18+
[david-url]: https://david-dm.org/react-component/pagination
19+
[david-image]: https://david-dm.org/react-component/pagination/status.svg?style=flat-square
20+
[david-dev-url]: https://david-dm.org/react-component/pagination?type=dev
21+
[david-dev-image]: https://david-dm.org/react-component/pagination/dev-status.svg?style=flat-square
1322
[download-image]: https://img.shields.io/npm/dm/rc-pagination.svg?style=flat-square
1423
[download-url]: https://npmjs.org/package/rc-pagination
24+
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-pagination
25+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-pagination
26+
[dumi-url]: https://github.com/umijs/dumi
27+
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
1528

1629
## Development
1730

0 commit comments

Comments
 (0)