TabPanelUnstyled API
Documentação da API para o componente React TabPanelUnstyled . Aprenda sobre as propriedades disponíveis e a API CSS.
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. | |
| components | { Root?: elementType } | {} | The components used for each slot inside the TabPanel. Either a string to use a HTML element or a component. |
| componentsProps | { root?: object } | {} | The props used for each slot inside the TabPanel. |
O
ref é encaminhado para o elemento raiz.