TabList API
API reference docs for the React TabList component. Learn about the props, CSS, and other APIs of this exported module.
Demos
For examples and details on the usage of this React component, visit the component demo pages:
Import
import TabList from '@mui/lab/TabList';
// or
import { TabList } from '@mui/lab';
Props
Props of the Tabs component are also available.
Name | Type | Default | Description |
---|---|---|---|
children | node | A list of <Tab /> elements. |
The
ref
is forwarded to the root element.