mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
200 B
200 B
跳转
- order: 3
快速跳转到某一页。
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination showQuickJumper defaultCurrent={2} total={500} />,
mountNode);