Files
MiniProgram/ProjectLiaisonForm/pages/switch/switch.wxml
2025-08-15 14:05:08 +08:00

28 lines
581 B
Plaintext
Raw 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="Switch" leftArrow />
<view class="demo">
<t-demo-header
title="Switch 开关"
desc="用于控制某个功能的开启和关闭。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="基础开关">
<base />
</t-demo>
<t-demo desc="带描述开关">
<label />
</t-demo>
<t-demo desc="自定义颜色开关">
<color />
</t-demo>
<t-demo title="02 组件状态">
<status />
</t-demo>
<t-demo title="03 组件样式" desc="开关尺寸">
<size />
</t-demo>
</view>