From 518495a94859b8a99daf5a3924cb1fd5a7de5a90 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Mon, 25 Apr 2016 12:10:31 +0800 Subject: [PATCH] docs: update translation --- components/button/index.en-US.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/button/index.en-US.md b/components/button/index.en-US.md index df83222620..a58c056076 100644 --- a/components/button/index.en-US.md +++ b/components/button/index.en-US.md @@ -16,11 +16,11 @@ To get a customized button, just set `type`/`shape`/`size`/`loading`/`disabled`. Property | Description | Type | Default -----|-----|-----|------ -type | can be set as `primary` `ghost` or nothing | string | - +type | can be set to `primary` `ghost` or omitted | string | - htmlType | to set the original `type` of `button`, see: [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-type) | string | `button` icon | set the icon of button, see: Icon component | string | - -shape | can be set as `circle` `circle-outline` or nothing | string | - -size | can be set as `small` `large` or nothing | string | `default` +shape | can be set to `circle` `circle-outline` or omitted | string | - +size | can be set to `small` `large` or omitted | string | `default` loading | to set the loading status of button | boolean | false onClick | set the handler to handle `click` event | function | -