Skip to content

Commit b58d0fb

Browse files
docs: added centered to docs (#7967)
1 parent a21a1ca commit b58d0fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/tabs/index.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Ant Design has 3 types of Tabs for different situations.
2424
| --- | --- | --- | --- | --- |
2525
| activeKey(v-model) | Current TabPane's key | string | - | |
2626
| animated | Whether to change tabs with animation. Only works while tabPosition=`"top"` \| `"bottom"` | boolean \| {inkBar:boolean, tabPane:boolean} | `true`, `false` when `type="card"` | |
27+
| centered | Whether to display the labels in the center | boolean | false | 3.0 |
2728
| destroyInactiveTabPane | Whether destroy inactive TabPane when change tab | boolean | false | |
2829
| hideAdd | Hide plus icon or not. Only works while `type="editable-card"` | boolean | `false` | } |
2930
| size | preset tab bar size | `large` \| `middle` \| `small` | `middle` | |

0 commit comments

Comments
 (0)