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';
属性
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
children | Array<element> | A list of <Tab /> elements. |
ref
则会被传递到根元素中。Any other props supplied will be provided to the root element (Tabs).