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

29 lines
778 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="Tabs" leftArrow />
<view class="demo">
<t-demo-header title="Tabs 选项卡" desc="用于内容分类后的展示切换。" notice="渲染框架支持情况WebView" />
<t-demo title="01 组件类型" desc="基础选项卡">
<base />
</t-demo>
<t-demo desc="等距选项卡">
<scroll />
</t-demo>
<t-demo desc="带图标选项卡">
<with-icon />
</t-demo>
<t-demo desc="带徽标选项卡">
<with-badge />
</t-demo>
<t-demo desc="带内容区选项卡">
<with-content />
</t-demo>
<t-demo title="02 组件状态" desc="选项卡状态">
<status />
</t-demo>
<t-demo title="03 组件样式" desc="选项卡尺寸">
<size />
</t-demo>
<t-demo desc="选项卡样式">
<theme />
</t-demo>
</view>