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

24 lines
694 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 class="demo-navbar" title="ActionSheet" leftArrow />
<view class="demo">
<t-demo-header
title="ActionSheet 动作面板"
desc="从底部弹出的模态框,提供和当前场景相关的操作动作,也支持提供信息输入和描述。"
notice="渲染框架支持情况WebView"
/>
<t-demo title="01 组件类型" desc="列表型动作面板" padding>
<list />
</t-demo>
<t-demo desc="宫格型动作面板" padding>
<grid />
</t-demo>
<t-demo title="02 组件状态" desc="列表型选项状态" padding>
<status />
</t-demo>
<t-demo title="03 组件样式" desc="列表型对齐方式" padding>
<align />
</t-demo>
</view>