TabPanelUnstyled API
Importação
import TabPanelUnstyled from '@mui/base/TabPanelUnstyled';
// ou
import { TabPanelUnstyled } from '@mui/base';
Propriedades
Propriedades do componente nativo também estão disponíveis.
Nome | Tipo | Padrão | Descrição |
---|---|---|---|
value* | number | string | The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected. | |
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 } | {} |
O
ref
é encaminhado para o elemento raiz.