TabsListUnstyled API
导入
import TabsListUnstyled from '@mui/base/TabsListUnstyled';
// 或
import { TabsListUnstyled } from '@mui/base';属性
原生(Native) 组件的属性也是可用的。
| 名称 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| children | node | The content of the component. | |
| component | elementType | The component used for the root node. Either a string to use a HTML element or a component. | |
| slotProps | { root?: func | object } | {} | |
| slots | { root?: elementType } | {} |
ref 则会被传递到根元素中。