New to Kendo UI for Vue? Start a free 30-day trial
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). | |
size? |
|
|
Specifies the possible sizes of the TabStrip. |
tabAlignment? |
|
|
Sets the alignment of the tabs. The available options are:
|
tabIndex? |
|
Sets the | |
tabPosition? |
|
|
The position in which the TabStripNavigation components will be rendered. The available options are:
|
tabs? |
|
Sets the array of tabs. |