Merge branch 'develop-0.11.0' of github.com:ant-design/ant-design into develop-0.11.0

This commit is contained in:
afc163 2015-12-17 10:46:22 +08:00
commit cd27b559fb

View File

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