mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
<doc-page title="CAPSULE" without-padding>
|
|
|
|
<zan-panel title='基本用法'>
|
|
<view class="capsule-demo">
|
|
<zan-capsule leftText="折扣" rightText="限购一份" />
|
|
<zan-capsule type="danger" leftText="折扣" rightText="限购一份" />
|
|
</view>
|
|
</zan-panel>
|
|
|
|
<zan-panel title='自定义颜色'>
|
|
<view class="capsule-demo">
|
|
<zan-capsule color="#38f" leftText="折扣" rightText="限购一份" />
|
|
</view>
|
|
</zan-panel>
|
|
</doc-page>
|