TabStripProps
Represents the props of the KendoReact TabStrip component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Enables the tab animation. jsx
| |
buttonScrollSpeed? |
|
|
Sets the tab list scroll speed in pixels when scrolling via clicking the previous or next button. |
children? |
|
Determines the children nodes. | |
className? |
|
Specifies the CSS class names of the TabStrip component. jsx
| |
dir? |
|
Sets the direction of the TabStrip component. jsx
| |
id? |
|
Sets the | |
keepTabsMounted? |
|
Defines if the tabs will remain mounted after another tab is selected. Defaults to jsx
| |
mouseScrollSpeed? |
|
|
Deprecated. The mouse scroll is implemented via CSS and the property is no longer needed. |
nextButton? |
|
Defines the custom component that will be rendered as a next button.
To remove the button, set a function which returns null | |
onSelect? |
|
Fires each time the user makes a selection. jsx
| |
prevButton? |
|
Defines the custom component that will be rendered as a previous button.
To remove the button, set a function which returns null | |
renderAllContent? |
|
|
jsx
|
scrollable? |
|
|
Determines whether the TabStrip will be scrollable. |
scrollButtons? |
|
|
Sets the visibility of the scroll buttons. |
scrollButtonsPosition? |
|
|
Sets the scroll buttons position according to the tab list. The previous options 'around', 'before', 'after' are going to be deprecated in favor of 'split', 'start', 'end'. |
selected? |
|
Sets the index of the selected TabStripTab component (see example). jsx
| |
size? |
|
Specifies the possible sizes of the TabStrip. jsx
| |
tabAlignment? |
|
Sets the alignment of the tabs. Defaults to The available options are:
jsx
| |
tabContentStyle? |
|
Sets the style of the TabStripContent component. jsx
| |
tabIndex? |
|
Sets the jsx
| |
tabPosition? |
|
Sets the position of the tabs. Defaults to The available options are:
jsx
|