This commit is contained in:
cookfront
2017-03-24 22:02:38 +08:00
parent aaf1b2529e
commit a991aea581
27 changed files with 65 additions and 105 deletions
+4 -12
View File
@@ -39,6 +39,8 @@
### 禁用状态
在组件上加上`disabled`属性即可,此时按钮不可点击。
:::demo 禁用状态
```html
<zan-row>
@@ -90,6 +92,8 @@
### loading按钮
`loading`状态的按钮。
:::demo loading按钮
```html
<zan-row>
@@ -103,18 +107,6 @@
```
:::
### button group
:::demo button group
```html
<div class="button-group">
<zan-button type="primary" size="small">确认付款</zan-button>
<zan-button size="small">确认收货</zan-button>
<zan-button size="small">取消订单</zan-button>
</div>
```
:::
### API
| 参数 | 说明 | 类型 | 默认值 | 可选值 |