mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
176 B
176 B
order | title |
---|---|
0 | 基本 |
基础分页。
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination defaultCurrent={1} total={50} />,
mountNode);