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

35 lines
1022 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 class="demo-navbar" title="NoticeBar" leftArrow />
<view class="demo">
<t-demo-header
title="NoticeBar 公告栏"
desc="在导航栏下方,用于给用户显示提示消息。"
notice="渲染框架支持情况WebView"
/>
<t-demo title="01 组件类型" desc="纯文字的公告栏">
<base />
</t-demo>
<t-demo desc="带图标的公告栏">
<iconDemo />
</t-demo>
<t-demo desc="带关闭的公告栏">
<suffixIcon />
</t-demo>
<t-demo desc="带入口的公告栏">
<event />
</t-demo>
<t-demo desc="自定义样式的公告栏">
<custom />
</t-demo>
<t-demo desc="自定义内容的公告栏">
<customization />
</t-demo>
<t-demo title="02 组件状态" desc="公告栏类型有普通info、警示warning、成功success、错误error">
<theme />
</t-demo>
<t-demo title="03 可滚动公告栏" desc="可滚动公告栏有水平horizontal和垂直vertical">
<scrolling />
</t-demo>
</view>