Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 324 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 324 Bytes

Badge 徽章

使用指南

在 app.wxss 中引入组件库所有样式

@import "path/to/zanui-weapp/dist/index.wxss";

代码演示

<view class="badge-container zan-badge">
  <view class="zan-badge__count">10</view>
</view>
.badge-container {
  width: 100px;
  height: 100px;
}