init
This commit is contained in:
14
components/biz/entry-card/index.wxml
Normal file
14
components/biz/entry-card/index.wxml
Normal file
@@ -0,0 +1,14 @@
|
||||
<view class="entry-card panel">
|
||||
<view class="entry-card__head">
|
||||
<view class="entry-card__copy">
|
||||
<text class="entry-card__title">{{title}}</text>
|
||||
<text class="entry-card__description">{{description}}</text>
|
||||
</view>
|
||||
<t-tag wx:if="{{badge}}" theme="primary" variant="light">{{badge}}</t-tag>
|
||||
</view>
|
||||
|
||||
<view class="entry-card__footer">
|
||||
<slot></slot>
|
||||
<app-button text="{{actionText}}" variant="outline" bind:tap="handleAction"></app-button>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user