-
-
- # Button 按钮
- 按钮用于开始一个即时操作。
- ## 何时使用
- 标记了一个(或封装一组)操作命令,响应用户点击行为,触发相应的业务逻辑。
-
- ## 代码演示
-
-
-
-
-
-
-
-
TODO : Multiple
-
-
-
-
-
diff --git a/components/button/index.en-US.md b/components/button/index.en-US.md
index ca62dfeed..ce51eecaf 100644
--- a/components/button/index.en-US.md
+++ b/components/button/index.en-US.md
@@ -1,15 +1,3 @@
----
-category: Components
-type: General
-title: Button
----
-
-To trigger an operation.
-
-## When To Use
-
-A button means an operation (or a series of operations). Clicking a button will trigger corresponding business logic.
-
## API
To get a customized button, just set `type`/`shape`/`size`/`loading`/`disabled`.
@@ -25,14 +13,10 @@ To get a customized button, just set `type`/`shape`/`size`/`loading`/`disabled`.
| type | can be set to `primary` `ghost` `dashed` `danger`(added in 2.7) or omitted (meaning `default`) | string | `default` |
| onClick | set the handler to handle `click` event | function | - |
+### events
+| Events Name | Description | Arguments |
+| --- | --- | --- |
+| click | handle `click` event | function(e) |
+
`