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

18 lines
547 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="Icon" leftArrow />
<view class="demo">
<t-demo-header
title="Icon 图标"
desc="用于界面中的操作、入口、功能、服务等视觉表达icon风格与品牌风格需要保持一致的感受从而增加一致性"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 基础组件图标">
<base />
</t-demo>
<t-demo title="02 自定义组件图标">
<custom />
</t-demo>
<t-demo title="03 图片链接">
<iconImage />
</t-demo>
</view>