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

34 lines
1.0 KiB
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.

<view class="skyline">
<t-navbar title="Link" left-arrow capsule="{{false}}" />
<scroll-view scroll-y type="list" class="scroll-view">
<view class="demo">
<t-demo-header
title="Link 链接"
desc="文字超链接用于跳转一个新页面,如当前项目跳转,友情链接等。"
notice="渲染框架支持情况Skyline、WebView"
/>
<t-demo title="01 组件类型" desc="基础文字链接">
<content />
</t-demo>
<t-demo desc="下划线文字链接">
<underline />
</t-demo>
<t-demo desc="前置图标文字链接">
<prefix />
</t-demo>
<t-demo desc="后置图标文字链接">
<suffix />
</t-demo>
<t-demo title="02 组件状态" desc="不同主题">
<theme />
</t-demo>
<t-demo desc="禁用状态">
<disabled />
</t-demo>
<t-demo title="03 组件样式" desc="链接尺寸">
<size />
</t-demo>
</view>
</scroll-view>
</view>