DialogContentText API
Importação
import DialogContentText from '@mui/material/DialogContentText';
// ou
import { DialogContentText } from '@mui/material';
Nome do componente
The nameMuiDialogContentText
can be used when providing default props or style overrides in the theme.Propriedades
Propriedades do componente Typography também estão disponíveis.
Nome | Tipo | Padrão | Descrição |
---|---|---|---|
children | node | O conteúdo do componente. | |
classes | object | Sobrescreve ou extende os estilos aplicados para o componente. Veja a API CSS abaixo para maiores detalhes. | |
sx | Array<func | object | bool> | func | object | The system prop that allows defining system overrides as well as additional CSS styles. See the `sx` page for more details. |
O
ref
é encaminhado para o elemento raiz.Herança
While not explicitly documented above, the props of the Typography component are also available on DialogContentText. You can take advantage of this to target nested components.CSS
Nome da regra | Classe global | Descrição |
---|---|---|
root | .MuiDialogContentText-root | Estilos aplicados ao elemento raiz. |
Você pode sobrescrever o estilo do componente usando uma dessas opções de customização:
- With a global class name.
- With a rule name as part of the component's
styleOverrides
property in a custom theme.