ant-design/components/pagination/demo/more.md
2016-07-29 10:15:31 +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={1} total={500} />,
mountNode);
````