26 lines
616 B
Plaintext
26 lines
616 B
Plaintext
|
|
<view class="skyline">
|
|||
|
|
<t-navbar title="Steps" left-arrow capsule="{{false}}" />
|
|||
|
|
<scroll-view scroll-y type="list" class="scroll-view">
|
|||
|
|
<view class="demo">
|
|||
|
|
<t-demo-header
|
|||
|
|
title="Steps 步骤条"
|
|||
|
|
desc="用于任务步骤展示或任务进度展示。"
|
|||
|
|
notice="渲染框架支持情况:Skyline、WebView"
|
|||
|
|
/>
|
|||
|
|
<t-demo title="01 组件类型" />
|
|||
|
|
|
|||
|
|
<horizontal />
|
|||
|
|
|
|||
|
|
<vertical />
|
|||
|
|
|
|||
|
|
<t-demo title="02 组件状态" desc="选项卡状态" />
|
|||
|
|
|
|||
|
|
<status />
|
|||
|
|
|
|||
|
|
<t-demo title="03 特殊类型" />
|
|||
|
|
|
|||
|
|
<special />
|
|||
|
|
</view>
|
|||
|
|
</scroll-view>
|
|||
|
|
</view>
|