docs: update translation

This commit is contained in:
Benjy Cui 2016-04-25 12:10:31 +08:00
parent f884a6d260
commit 518495a948

View File

@ -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 | -