mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0
This commit is contained in:
commit
cd27b559fb
@ -30,6 +30,7 @@ Ant Design 提供了三级选项卡,分别用于不同的场景。
|
||||
| onTabClick | tab 被点击的回调 | Function | 无 |
|
||||
| tabBarExtraContent | tab bar 上额外的元素 | React Node | 无 |
|
||||
| type | 页签的基本样式,可选 `line`、`card` `editable-card` 类型 | String | 'line' |
|
||||
| tabPosition | 页签位置,可选值有 `top` `right` `bottom` `left` | String | 'top' |
|
||||
| onEdit | 新增和删除页签的回调,在 `type="editable-card"` 时有效 | Function(targetKey, action) | 无 |
|
||||
|
||||
### Tabs.TabPane
|
||||
|
Loading…
Reference in New Issue
Block a user