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
Name | Type | Default | Description |
---|---|---|---|
children | Array<element> | A list of <Tab /> elements. |
The
ref
is forwarded to the root element.Any other props supplied will be provided to the root element (Tabs).