mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
187 B
187 B
order | title |
---|---|
6 | 简洁 |
简单地翻页。
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination simple defaultCurrent={2} total={50} />,
mountNode);