|
2 | 2 |
|
3 | 3 | React Pagination Component.
|
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] [](https://codecov.io/gh/react-component/pagination) [](https://david-dm.org/react-component/pagination) [](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] |
6 | 11 |
|
7 | 12 | [npm-image]: http://img.shields.io/npm/v/rc-pagination.svg?style=flat-square
|
8 | 13 | [npm-url]: http://npmjs.org/package/rc-pagination
|
9 | 14 | [github-actions-image]: https://github.com/react-component/pagination/workflows/CI/badge.svg
|
10 | 15 | [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 |
13 | 22 | [download-image]: https://img.shields.io/npm/dm/rc-pagination.svg?style=flat-square
|
14 | 23 | [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 |
15 | 28 |
|
16 | 29 | ## Development
|
17 | 30 |
|
|
0 commit comments