From 8271b5d069b979e787a5d86f2240a7655a7aad88 Mon Sep 17 00:00:00 2001 From: Khalifa Lame Date: Mon, 4 Sep 2017 08:23:42 +0100 Subject: [PATCH] docs: update Button English doc (#7438) Fixed some typos. Added ghost button type. --- components/button/index.en-US.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/button/index.en-US.md b/components/button/index.en-US.md index fc391ca149..f4302fc43a 100644 --- a/components/button/index.en-US.md +++ b/components/button/index.en-US.md @@ -16,14 +16,14 @@ To get a customized button, just set `type`/`shape`/`size`/`loading`/`disabled`. Property | Description | Type | Default -----|-----|-----|------ -type | can be set to `primary` `dashed` `danger`(added in 2.7) or omitted | string | 'default' -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` +type | can be set to `primary` `ghost` `dashed` `danger`(added in 2.7) or omitted (meaning `default`) | string | `default` +htmlType | set the original html `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 to `circle` or omitted | string | - size | can be set to `small` `large` or omitted | string | `default` -loading | to set the loading status of button | boolean \| { delay: number } | `false` +loading | set the loading status of button | boolean \| { delay: number } | false onClick | set the handler to handle `click` event | function | - -ghost | make background transparent and invert text and border color, added in 2.7 | boolean | false +ghost | make background transparent and invert text and border colors, added in 2.7 | boolean | false `` will be rendered into ``, and all the properties which are not listed above will be transferred to the `