mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
249 B
249 B
order | title | ||||
---|---|---|---|---|---|
6 |
|
zh-CN
简单的翻页。
en-US
Simple mode.
import { Pagination } from 'antd';
ReactDOM.render(
<Pagination simple defaultCurrent={2} total={50} />,
mountNode);