Skip to content

Skeleton 骨架屏

加载占位骨架。

vue
<ASkeleton :width="200" :height="20" />
<ASkeleton :width="40" :height="40" circle />
属性类型默认值说明
widthstring|number宽度
heightstring|number高度
circlebooleanfalse圆形
roundbooleanfalse圆角
repeatnumber1重复次数
animatedbooleantrue动画

Released under the MIT License.