From 5f928c35887b1ba3dc2aa333b3a9f5fa7abd690a Mon Sep 17 00:00:00 2001 From: Shai <127416369+shaiallseated@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:55:04 +0200 Subject: [PATCH] added centered to docs --- components/tabs/index.en-US.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tabs/index.en-US.md b/components/tabs/index.en-US.md index a904080487..fcd1dd31e5 100644 --- a/components/tabs/index.en-US.md +++ b/components/tabs/index.en-US.md @@ -24,6 +24,7 @@ Ant Design has 3 types of Tabs for different situations. | --- | --- | --- | --- | --- | | activeKey(v-model) | Current TabPane's key | string | - | | | animated | Whether to change tabs with animation. Only works while tabPosition=`"top"` \| `"bottom"` | boolean \| {inkBar:boolean, tabPane:boolean} | `true`, `false` when `type="card"` | | +| centered | Whether to display the labels in the center | boolean | false | 3.0 | | destroyInactiveTabPane | Whether destroy inactive TabPane when change tab | boolean | false | | | hideAdd | Hide plus icon or not. Only works while `type="editable-card"` | boolean | `false` | } | | size | preset tab bar size | `large` \| `middle` \| `small` | `middle` | |