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

24 lines
567 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="Collapse" leftArrow />
<view class="demo">
<t-demo-header title="Collapse 折叠面板" desc="可以折叠/展开的内容区域。" notice="渲染框架支持情况WebView" />
<t-demo title="01 组件类型" desc="基础折叠面板">
<base />
</t-demo>
<t-demo desc="向上展开">
<placement />
</t-demo>
<t-demo desc="带操作说明">
<action />
</t-demo>
<t-demo desc="手风琴式">
<accordion />
</t-demo>
<t-demo title="02 组件样式" desc="卡片折叠面板">
<theme />
</t-demo>
</view>