mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
221 B
221 B
基本
- order: 0
基础分页。
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination defaultCurrent={1} total={50} />,
document.getElementById('components-pagination-demo-basic'));