Skip to content

Loading 加载动画

该组件为loading的一个小动画,主要为其他组件显示正在加载信息的场景服务。

平台差异说明

AppH5微信小程序支付宝小程序百度小程序头条小程序QQ小程序
兼容中兼容中兼容中兼容中

基本使用

通过设置mode显示不同的加载动画。circle为圆圈,flower为花朵转圈。

设置show属性可以设置是否显示加载动画。

vue
<tn-loading mode="circle" :show="true"></tn-loading>

设置加载动画的颜色

color属性当前只在modecircle下有效。

vue
<tn-loading color="#AAAAAA"></tn-loading>

设置尺寸

可以通过设置tn-loading组件的size

vue
<tn-loading size="sm">小尺寸按钮</tn-loading>

API

Props

属性名说明类型默认值可选值
mode加载动画模式Stringcircleflower
show显示加载动画Booleantruefalse
color加载动画演示,在circle模式下有效String--
size加载动画的大小,单位为rpxNumber34-

Slots

none

Event

none