Pular para o conteúdo

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';
Você pode aprender sobre a diferença lendo este guia sobre como minimizar o tamanho do pacote.

Propriedades

Propriedades do componente nativo também estão disponíveis.

NomeTipoPadrãoDescrição
value*number
| string
The value of the TabPanel. It will be shown when the Tab with the corresponding value is selected.
childrennode
The content of the component.
componentelementType
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.

Demonstrações