Skip to content

useTabsList API

API reference docs for the useTabsList hook. Learn about the input parameters and other APIs of this exported module.

Demos

For examples and details on the usage of this React hook, visit the demo pages:

Import

import { useTabsList } from '@mui/base/TabsListUnstyled';

Parameters

NameTypeDefaultDescription
ref*React.Ref<unknown>
aria-labelstring
aria-labelledbystring
childrenReact.ReactNode
The content of the component.

Return value

NameTypeDefaultDescription