mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
docs: update translation
This commit is contained in:
parent
f884a6d260
commit
518495a948
@ -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 | -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user