mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 00:37:08 +00:00
374 B
374 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 10 |
|
zh-CN
展示所有配置选项。
en-US
Show all configured prop.
import { Pagination } from 'antd';
ReactDOM.render(
<div>
<Pagination
total={85}
showSizeChanger
showQuickJumper
showTotal={total => `Total ${total} items`}
/>
</div>,
mountNode,
);