# 基本 - order: 0 基础分页。 --- ````jsx import { Pagination } from 'antd'; ReactDOM.render( , document.getElementById('components-pagination-demo-basic')); ````