TabList API
API documentation for the React TabList component. Learn about the available props, and the CSS API.
Import
import TabList from '@material-ui/lab/TabList';
// or
import { TabList } from '@material-ui/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.