useTabsList API
Demos
For examples and details on the usage of this React hook, visit the demo pages:
Import
import { useTabsList } from '@mui/base/TabsListUnstyled';
Parameters
Name | Type | Default | Description |
---|---|---|---|
ref* | React.Ref<unknown> | ||
aria-label | string | ||
aria-labelledby | string | ||
children | React.ReactNode | The content of the component. |
Return value
Name | Type | Default | Description |
---|