Load加载
author: 闫申申
定义
页面局部处于等待异步数据或正在渲染过程时,合适的加载动效会有效缓解用户的焦虑。
图片展示
代码演示
import Load from 'pile/dist/components/load',
<Load
show={true}
timeOut={3000}
loadType='carFace'
loadSize='small'
/>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
show | 是否展示组件 | bool | true |
loadType | 展示方式 string ( carFace、 carSide、 carRun、loadEffect 、loadLogo、carRunNew、loading、ballScale ) | string | loadLogo |
timeOut | 展示时长 | number | null |
loadSize | Icon 尺寸 | string | small |
showTypeTips | 超时时长 | bool | true |
原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-loads.html