mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 15:39:45 +08:00
docs: add doc for tabPosition
This commit is contained in:
parent
a1f0e58fce
commit
7ed1d78150
@ -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