From 7ed1d7815082ddeb8766a11a74b7b7f0a27e05f2 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Thu, 17 Dec 2015 10:04:07 +0800 Subject: [PATCH] docs: add doc for `tabPosition` --- components/tabs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tabs/index.md b/components/tabs/index.md index 45f84b11d0..7b2e20f71c 100644 --- a/components/tabs/index.md +++ b/components/tabs/index.md @@ -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