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

36 lines
796 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="TabBar" leftArrow />
<view class="demo">
<t-demo-header
title="TabBar 标签栏"
desc="用于在不同功能模块之间进行快速切换,位于页面底部。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="纯文本标签栏">
<text-only />
</t-demo>
<t-demo desc="图标加文本标签栏">
<base />
</t-demo>
<t-demo desc="纯图标标签栏">
<icon-only />
</t-demo>
<t-demo desc="双层级文本标签栏">
<sub />
</t-demo>
<t-demo title="02 组件样式" desc="弱选中标签栏">
<badge />
</t-demo>
<t-demo desc="悬浮胶囊标签栏">
<round />
</t-demo>
<t-demo title="03 自定义" desc="自定义样式">
<custom />
</t-demo>
</view>