badge css done

This commit is contained in:
zhuxiang
2017-02-26 15:42:19 +08:00
parent 7bfc4f4323
commit 44600789dc
13 changed files with 185 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
## Badge 组件
### 基础用法
:::demo 样例代码
```html
<z-badge-group>
<z-badge is-selected value="热销榜" info="8"></z-badge>
<z-badge value="花式寿司" info="99"></z-badge>
<z-badge value="火炽寿司"></z-badge>
<z-badge value="手握寿司" info="199"></z-badge>
</z-badge-group>
```
:::