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