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

15 lines
677 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="Indexes" leftArrow />
<view class="indexes">
<t-demo-header
title="Indexes 索引"
desc="用于页面中信息快速检索,可以根据目录中的页码快速找到所需的内容。"
notice="渲染框架支持情况WebView"
/>
<t-demo title="01 组件类型" desc="基础索引类型" padding>
<t-button variant="outline" theme="primary" size="large" block bind:tap="toBase">基础用法</t-button>
</t-demo>
<t-demo title="02 组件样式" desc="其他索引样式" padding>
<t-button variant="outline" theme="primary" size="large" block bind:tap="toCustom">胶囊索引</t-button>
</t-demo>
</view>