UNPKG

cjd-parkball

Version:

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

22 lines (14 loc) 342 B
--- category: 2 title: 自定义指示符 title_en: Custom spinning indicator --- zh-CN 使用自定义指示符。 en-US Use custom loading indicator. ````jsx import { Spin, Icon } from 'parkball'; const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />; ReactDOM.render(<Spin indicator={antIcon} />, mountNode); ````