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

20 lines
572 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 title="Stepper" leftArrow />
<view class="demo">
<t-demo-header title="Stepper 步进器" desc="用于数量的增减。" notice="渲染框架支持情况Skyline、WebView" />
<t-demo title="01 组件类型" desc="基础步进器">
<base />
</t-demo>
<t-demo title="02 组件状态" desc="最大最小状态">
<min-max />
</t-demo>
<t-demo desc="禁用状态">
<status />
</t-demo>
<t-demo title="03 组件样式" desc="步进器样式">
<theme />
</t-demo>
<t-demo desc="步进器尺寸">
<size />
</t-demo>
</view>