ant-design/components/pagination/demo/more.md

172 B

更多

  • order: 1

更多分页。


import { Pagination } from 'antd';

ReactDOM.render(
  <Pagination defaultCurrent={1} total={500} />,
 mountNode);