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

29 lines
833 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.

<view class="skyline">
<t-navbar class="demo-navbar" title="Progress" leftArrow />
<scroll-view scroll-y type="list" class="scroll-view">
<view class="demo">
<t-demo-header
title="Progress 进度条"
desc="用于展示任务当前的进度。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型">
<base />
</t-demo>
<t-demo desc="过渡样式" padding>
<transition />
</t-demo>
<t-demo desc="自定义颜色/圆角" padding>
<custom />
</t-demo>
<t-demo title="02 组件状态" desc="线性进度条" padding>
<line />
</t-demo>
<t-demo desc="百分比内显进度条" padding>
<plump />
</t-demo>
<circle />
</view>
</scroll-view>
</view>