Skip to content

Commit

Permalink
docs: modify "tar bar" to "tab bar" in table Tab API (ant-design#7683)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkghjh authored and benjycui committed Sep 21, 2017
1 parent e165b8a commit 39993fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。
| onPrevClick | prev 按钮被点击的回调 | Function ||
| onNextClick | next 按钮被点击的回调 | Function ||
| tabBarExtraContent | tab bar 上额外的元素 | React.ReactNode ||
| tabBarStyle | tar bar 的样式对象 | object | - |
| tabBarStyle | tab bar 的样式对象 | object | - |
| type | 页签的基本样式,可选 `line``card` `editable-card` 类型 | string | 'line' |
| size | 大小,提供 `default``small` 两种大小,仅当 `type="line"` 时生效。 | string | 'default' |
| tabPosition | 页签位置,可选值有 `top` `right` `bottom` `left` | string | 'top' |
Expand Down

0 comments on commit 39993fc

Please sign in to comment.