Tabs
You can instantiate the TabStrip tabs by initializing them as KendoTabStripTab
components and use their corresponding properties.
The TabStrip provides the following configuration options for its tabs:
Displaying Tabs on Initial Load
The TabStrip displays no tabs when it is initially loaded. To change this behavior, set the selected property of the tab.
Disabled Tabs
You can disable a specific TabStrip tab by setting the disabled property to true
.
Titles
You can handle the title of each TabStrip tab by using the title attribute of the tab. Apart from plain text, a tab title can also accommodate any Angular component.
Position
You can control the position of the tabs by setting the tabPosition property to top
, right
, bottom
, or left
. The default position is top
.
Alignment
You can control the alignment of the tabs by setting the tabAlignment property to start
, end
, center
, or justify
.