mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
docs: update docs about tabs (#43110)
This commit is contained in:
parent
18ffb0099c
commit
4ad5cbff66
@ -73,7 +73,6 @@ More option at [rc-tabs tabs](https://github.com/react-component/tabs#tabs)
|
||||
| Property | Description | Type | Default |
|
||||
| --- | --- | --- | --- |
|
||||
| closeIcon | Customize close icon in TabPane's head. Only works while `type="editable-card"`. 5.7.0: close button will be hidden when setting to `null` or `false` | boolean \| ReactNode | - |
|
||||
| closable | Whether the Tab can be closed, Only works while `type="editable-card"` | boolean | true |
|
||||
| disabled | Set TabPane disabled | boolean | false |
|
||||
| forceRender | Forced render of content in tabs, not lazy render after clicking on tabs | boolean | false |
|
||||
| key | TabPane's key | string | - |
|
||||
|
Loading…
Reference in New Issue
Block a user