New to Kendo UI for Vue? Start a free 30-day trial
TabStripTabProps
Updated on Oct 31, 2025
Represents the props of the TabStrip tabs.
| Name | Type | Default | Description | 
|---|---|---|---|
| contentClassName? | 
 | Specifies the CSS class names of the TabStripTab content. | |
| disabled? | 
 | Defines whether a tab is disabled (see example). | |
| id? | 
 | Sets the id of the tab (li element). | |
| title? | 
 | Sets the title of the tab (see example). | |
| titleRender? | 
 | Defines the custom rendering of the title. Accepts a Vue component, a  |