update button demos

This commit is contained in:
afc163 2015-06-17 21:29:58 +08:00
parent 5a14501bcd
commit 3a3233111e
3 changed files with 6 additions and 9 deletions

View File

@ -26,9 +26,4 @@
<button class="ant-btn ant-btn-primary">主按钮</button>
<button class="ant-btn">次按钮</button>
<button class="ant-btn ant-btn-ghost">幽灵按钮</button>
<br>
<button class="ant-btn ant-btn-primary">按 钮</button>
````

View File

@ -1,6 +1,6 @@
# 按钮组合
- order: 7
- order: 6
将一系列的 `.ant-btn` 放入 `.ant-btn-group` 的容器中。

View File

@ -1,12 +1,14 @@
# 加载按钮
# 加载
- order: 6
- order: 7
点击后进入加载状态。
---
````html
<button class="ant-btn ant-btn-primary ant-btn-circle">
<span class="anticon anticon-loading" ></span>
<span class="anticon anticon-loading"></span>
</button>
<button class="ant-btn ant-btn-primary">
<span>加载按钮</span>