UNPKG

cjd-parkball

Version:

> 中后台业务组件库,中后台就像公园,进入需要买门票(登录),所以以 Parkball(公园球) 命名,公园内必定捕获!作为一个组件库,提供使用方法文档,方便开发者的调用

36 lines (27 loc) 571 B
--- category: 2 title: 迷你 title_en: Mini size --- zh-CN 迷你版本。 en-US Mini size pagination. ````jsx import { Pagination } from 'parkball'; function showTotal(total) { return `Total ${total} items`; } ReactDOM.render( <div> <Pagination size="small" total={50} /> <Pagination size="small" total={50} showSizeChanger showQuickJumper /> <Pagination size="small" total={50} showTotal={showTotal} /> </div>, mountNode); ```` <style> #components-pagination-demo-mini .ant-pagination:not(:last-child) { margin-bottom: 24px; } </style>