mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-08 04:18:23 +08:00
15 lines
185 B
Markdown
15 lines
185 B
Markdown
---
|
|
order: 6
|
|
title: 简洁
|
|
---
|
|
|
|
简单地翻页。
|
|
|
|
````jsx
|
|
import { Pagination } from 'antd';
|
|
|
|
ReactDOM.render(
|
|
<Pagination simple defaultCurrent={2} total={50} />,
|
|
mountNode);
|
|
````
|