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

35 lines
904 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="Swiper" leftArrow />
<view class="demo swiper-demo">
<t-demo-header
title="Swiper 轮播图"
desc="用于循环轮播一组图片或内容,也可以滑动进行切换,轮播动效时间可以设置。"
notice="渲染框架支持情况WebView"
/>
<view class="demo-section">
<t-demo title="01 组件类型" desc="点状dots" padding>
<!-- 受控属性示例 -->
<base />
</t-demo>
<t-demo desc="点条状dots-bar" padding>
<custom />
</t-demo>
<t-demo desc="分式fraction" padding>
<fraction />
</t-demo>
<t-demo desc="切换按钮controls" padding>
<nav-btn />
</t-demo>
<t-demo desc="卡片式cards">
<cards />
</t-demo>
<t-demo title="02 组件样式" desc="垂直模式">
<vertical />
</t-demo>
</view>
</view>