mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
205 B
205 B
order | title |
---|---|
3 | 跳转 |
快速跳转到某一页。
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination showQuickJumper defaultCurrent={2} total={500} />,
mountNode);