Files
2025-08-15 14:05:08 +08:00

28 lines
697 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<t-navbar class="demo-navbar" title="Skeleton" leftArrow />
<view class="demo">
<t-demo-header
title="Skeleton 骨架屏"
desc="用于等待加载内容所展示的占位图形组合,有动态效果加载效果,减少用户等待焦虑。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 骨架屏类型" padding>
<theme />
</t-demo>
<t-demo desc="单元格骨架屏" padding>
<cell-group />
</t-demo>
<t-demo desc="宫格骨架屏" padding>
<grid />
</t-demo>
<t-demo desc="图文组合骨架屏" padding>
<image-group />
</t-demo>
<t-demo title="02 组件动效" padding>
<animation />
</t-demo>
</view>