mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
239 B
239 B
order | title | ||||
---|---|---|---|---|---|
0 |
|
zh-CN
基础分页。
en-US
Basic pagination.
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination defaultCurrent={1} total={50} />,
mountNode);