mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
227 B
227 B
order | title | ||||
---|---|---|---|---|---|
1 |
|
zh-CN
更多分页。
en-US
More pages.
import { Pagination } from 'antd';
ReactDOM.render(<Pagination defaultCurrent={6} total={500} />, mountNode);