WGShare.Client.Wx/pages/side-bar/side-bar.wxml

24 lines
915 B
Plaintext

<view class="demo-title">SideBar 侧边栏</view>
<view class="demo-desc">用于内容分类后的展示切换。</view>
<t-demo title="01 组件类型" desc="侧边导航用法" padding>
<t-button variant="outline" theme="primary" size="large" block bind:tap="toNavigation" data-target="base">
锚点用法
</t-button>
<t-button variant="outline" theme="primary" size="large" block bind:tap="toNavigation" data-target="switch">
切页用法
</t-button>
</t-demo>
<t-demo desc="带图标侧边导航" padding>
<t-button variant="outline" theme="primary" size="large" block bind:tap="toNavigation" data-target="with-icon">
带图标侧边导航
</t-button>
</t-demo>
<t-demo title="02 组件样式" desc="侧边导航样式" padding>
<t-button variant="outline" theme="primary" size="large" block bind:tap="toNavigation" data-target="custom">
自定义样式
</t-button>
</t-demo>