UNPKG

zent

Version:

一套前端设计语言和基于React的实现

25 lines (22 loc) 345 B
--- order: 3 zh-CN: title: 开关loading en-US: title: Switch with loading --- ```jsx import { Switch } from 'zent'; ReactDOM.render( <div> <Switch checked loading /> &nbsp;&nbsp; <Switch loading /> &nbsp;&nbsp; <Switch checked size="small" loading /> &nbsp;&nbsp; <Switch size="small" loading /> </div>, mountNode ); ```