Browse Source

update tabs document

pull/674/head
afc163 9 years ago
parent
commit
349d03e384
  1. 3
      components/tabs/index.md

3
components/tabs/index.md

@ -25,6 +25,9 @@
| onChange | 切换面板的回调 | Function | 无 |
| onTabClick | tab 被点击的回调 | Function | 无 |
| tabBarExtraContent | tab bar 上额外的元素 | React Node | 无 |
| type | 页签的基本样式,可选 `line``card` 类型 | String | 'line' |
| editable | 页签可关闭和新增,在 `type="card"` 时有效 | Boolean | false |
| newTabPane | 新建页签的初始模板,在 `editable` 时有效 | Function | 无 |
### Tabs.TabPane

Loading…
Cancel
Save