TabsProps
Inheritors
Properties
Callback fired when the component mounts. This is useful when you want to trigger an action programmatically. It supports two actions: updateIndicator()
and updateScrollButtons()
If true
, the scroll buttons aren't forced hidden on mobile. By default the scroll buttons are hidden on mobile and takes precedence over scrollButtons
.
Override or extend the styles applied to the component.
Determines the color of the indicator.
Callback fired when the value changes.
The component orientation (layout flow direction).
The component used to render the scroll buttons.
Determine behavior of scroll buttons when tabs are set to scroll:
If true
the selected tab changes on focus. Otherwise it only changes on activation.
The extra props for the slot components. You can override the existing props or add new ones.
The components used for each slot inside.
Props applied to the tab indicator element.
Props applied to the /material-ui/api/tab-scroll-button/ element.
Determines the color of the Tab
.
Determines additional display behavior of the tabs:
If true
, the scrollbar is visible. It can be useful when displaying a long vertical list of tabs.