TabStripProps
Represents the props of the Kendo UI for Vue TabStrip component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Enables the tab animation. | |
dir? |
|
Sets the direction of the TabStrip component. | |
onSelect? |
|
Fires each time the user makes a selection. | |
selected? |
|
Sets the index of the selected TabStripTab component (see example). | |
tabContentStyle? |
|
Sets the style of the TabStripContent component. | |
tabIndex? |
|
Sets the | |
tabPosition? |
|
The position in which the TabStripNavigation components will be rendered. The available options are:
| |
tabs? |
|
Sets the array of tabs. |