---
filename: /packages/material-ui-lab/src/TabList/TabList.js
---

<!--- This documentation is automatically generated, do not try to edit it. -->

# TabList API

<p class="description">The API documentation of the TabList React component. Learn more about the props and the CSS customization points.</p>

## Import

```js
import TabList from '@material-ui/lab/TabList';
// or
import { TabList } from '@material-ui/lab';
```

You can learn more about the difference by [reading this guide](/guides/minimizing-bundle-size/).





## Props

| Name | Type | Default | Description |
|:-----|:-----|:--------|:------------|
| <span class="prop-name">children</span> | <span class="prop-type">Array&lt;element&gt;</span> |  |  |

The `ref` is forwarded to the root element.

Any other props supplied will be provided to the root element ([Tabs](/api/tabs/)).

## Inheritance

The props of the [Tabs](/api/tabs/) component are also available.
You can take advantage of this behavior to [target nested components](/guides/api/#spread).

## Demos

- [Tabs](/components/tabs/)

