TabStripProps
Represents the props of the KendoReact TabStrip component.
animation?
boolean
Enables the tab animation.
className?
string
Specifies the CSS class names of the TabStrip component.
dir?
string
Sets the direction of the TabStrip component.
keepTabsMounted?
boolean
Defines if the tabs will remain mounted after another tab is selected. Defaults to false
.
onSelect?
(e: TabStripSelectEventArguments) => void
Fires each time the user makes a selection.
selected?
number
Sets the index of the selected TabStripTab component (see example).
tabContentStyle?
any
Sets the style of the TabStripContent component.
tabIndex?
number
Sets the tabIndex
of the TabStripNavigation.
tabPosition?
string
The position in which the TabStripNavigation components will be rendered.
The available options are:
"top"
—Renders theTabStripNavigation
components to the top of the TabStrip."bottom"
—Renders theTabStripNavigation
components to the bottom of the TabStrip."left"
—Renders theTabStripNavigation
components to the left of the TabStrip."right"
—Renders theTabStripNavigation
components to the right of the TabStrip.