mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
21 lines
227 B
Markdown
21 lines
227 B
Markdown
---
|
|
order: 1
|
|
title:
|
|
zh-CN: 更多
|
|
en-US: More
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
更多分页。
|
|
|
|
## en-US
|
|
|
|
More pages.
|
|
|
|
```jsx
|
|
import { Pagination } from 'antd';
|
|
|
|
ReactDOM.render(<Pagination defaultCurrent={6} total={500} />, mountNode);
|
|
```
|