TabStripProps
Represents the props of the KendoReact TabStrip component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
| Enables the tab animation. | |
children? |
| Determines the children nodes. | |
className? |
| Specifies the CSS class names of the TabStrip component. | |
dir? |
| Sets the direction of the TabStrip component. | |
id? |
| Sets the | |
keepTabsMounted? |
| Defines if the tabs will remain mounted after another tab is selected. Defaults to | |
selected? |
| Sets the index of the selected TabStripTab component (see example). | |
tabContentStyle? |
| Sets the style of the TabStripContent component. | |
tabIndex? |
| Sets the | |
tabPosition? |
| The position in which the TabStripNavigation components will be rendered. The available options are:
|
Methods
onSelect | ||||||
---|---|---|---|---|---|---|
Fires each time the user makes a selection. | ||||||
|