
### children
- type: ReactNode
- description: Child nodes of this component must be of type <code><VerticalTabs.TabsGroup></code> or <code><VerticalTabs.Footer></code>
### size
- type: "tiny" | "small" | "medium"
- description: Text Size (tiny, small, medium)
### activeTabId
- type: TabId
- description: Current selected tab id
### maxWidth
- type: string
- description: Container max width
### onChange
- type: (id: TabId) => void
- description: Callback function called on tab selection change with the following parameters<code>(id)</code>
### dataHook
- type: string
- description: Data attribute for testing purposes
### skin
- type: "standard" | "light" | "neutral"
- description: Specifies the skin of a TabItem.
### ellipsis
- type: boolean
- description: Makes all text items into ellipsis when overflowing

