“Material UI Paper Color Background” Respostas de código

fundo de cor da interface do usuário

// import Box from Material-UI
import Box from '@material-ui/core/Box';

// Use bgcolor to set background color in box
<Box bgcolor="primary.main" />
<Box bgcolor="secondary.main" />
<Box bgcolor="error.main" />
<Box bgcolor="warning.main" />
<Box bgcolor="info.main" />
<Box bgcolor="success.main" />
<Box bgcolor="text.primary" />
<Box bgcolor="text.secondary" />
<Box bgcolor="text.disabled" />
blue dev

Material UI Paper Color Background

<Box bgcolor="primary.main" />
Cautious Crayfish

Material UI Paper Color Background

<Box bgcolor="error.main" />
Cautious Crayfish

Material UI Paper Color Background

<Box bgcolor="secondary.main" />
Cautious Crayfish

Respostas semelhantes a “Material UI Paper Color Background”

Perguntas semelhantes a “Material UI Paper Color Background”

Mais respostas relacionadas para “Material UI Paper Color Background” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código