ant-design/components/pagination/demo/more.md
2017-02-18 18:12:38 +08:00

23 lines
233 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);
````