New to Kendo UI for VueStart a free 30-day trial

Represents the props of the TabStrip tabs.

Definition

Package:@progress/kendo-vue-layout

Properties

Specifies the CSS class names of the TabStripTab content.

disabled?

boolean

Defines whether a tab is disabled (see example).

id?

string

Sets the id of the tab (li element).

Sets the title of the tab (see example).

Defines the custom rendering of the title. Accepts a Vue component, a render function, or a slot name.