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';
// или
import { TabList } from '@material-ui/lab';
Props
Имя | Тип | По-умолчанию | Описание |
---|---|---|---|
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).