|
2 | 2 | <h1>@rc-component/pagination</h1> |
3 | 3 | <p><sub><img alt="Ant Design" height="14" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" style="vertical-align: -0.125em;" /> Part of the Ant Design ecosystem.</sub></p> |
4 | 4 | <p>📄 React pagination primitives for page navigation, size changing, quick jumping, and locale-aware controls.</p> |
| 5 | + |
| 6 | + <p> |
| 7 | + <a href="https://npmjs.org/package/@rc-component/pagination"><img alt="NPM version" src="https://img.shields.io/npm/v/@rc-component/pagination.svg?style=flat-square"></a> |
| 8 | + <a href="https://npmjs.org/package/@rc-component/pagination"><img alt="npm downloads" src="https://img.shields.io/npm/dm/@rc-component/pagination.svg?style=flat-square"></a> |
| 9 | + <a href="https://github.com/react-component/pagination/actions/workflows/react-component-ci.yml"><img alt="build status" src="https://github.com/react-component/pagination/actions/workflows/react-component-ci.yml/badge.svg"></a> |
| 10 | + <a href="https://app.codecov.io/gh/react-component/pagination"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/react-component/pagination/master.svg?style=flat-square"></a> |
| 11 | + <a href="https://bundlephobia.com/package/@rc-component/pagination"><img alt="bundle size" src="https://badgen.net/bundlephobia/minzip/@rc-component/pagination"></a> |
| 12 | + <a href="https://github.com/umijs/dumi"><img alt="dumi" src="https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square"></a> |
| 13 | + </p> |
5 | 14 | </div> |
6 | 15 |
|
7 | 16 | <p align="center">English | <a href="./README.zh-CN.md">简体中文</a></p> |
8 | 17 |
|
9 | | -<div align="center"> |
10 | | - |
11 | | -[![NPM version][npm-image]][npm-url] |
12 | | -[![npm download][download-image]][download-url] |
13 | | -[![build status][github-actions-image]][github-actions-url] |
14 | | -[![Codecov][codecov-image]][codecov-url] |
15 | | -[![bundle size][bundlephobia-image]][bundlephobia-url] |
16 | | -[![dumi][dumi-image]][dumi-url] |
17 | | - |
18 | | -</div> |
19 | | - |
20 | 18 | ## Highlights |
21 | 19 |
|
22 | 20 | - Controlled and uncontrolled pagination state. |
@@ -131,16 +129,3 @@ The release flow is handled by `@rc-component/np` through the `rc-np` command af |
131 | 129 | ## License |
132 | 130 |
|
133 | 131 | @rc-component/pagination is released under the [MIT](./LICENSE) license. |
134 | | - |
135 | | -[npm-image]: https://img.shields.io/npm/v/@rc-component/pagination.svg?style=flat-square |
136 | | -[npm-url]: https://npmjs.org/package/@rc-component/pagination |
137 | | -[github-actions-image]: https://github.com/react-component/pagination/actions/workflows/react-component-ci.yml/badge.svg |
138 | | -[github-actions-url]: https://github.com/react-component/pagination/actions/workflows/react-component-ci.yml |
139 | | -[codecov-image]: https://img.shields.io/codecov/c/github/react-component/pagination/master.svg?style=flat-square |
140 | | -[codecov-url]: https://app.codecov.io/gh/react-component/pagination |
141 | | -[download-image]: https://img.shields.io/npm/dm/@rc-component/pagination.svg?style=flat-square |
142 | | -[download-url]: https://npmjs.org/package/@rc-component/pagination |
143 | | -[bundlephobia-url]: https://bundlephobia.com/package/@rc-component/pagination |
144 | | -[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/pagination |
145 | | -[dumi-url]: https://github.com/umijs/dumi |
146 | | -[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square |
0 commit comments