Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

283
Visualizações
How to align center a circular progress bar in Material UI?

I am trying to implement a circular progress bar in a login form using material UI. Which can not be aligned in the center position: screenshot

 {isLoading && <CircularProgress />}
          {user?.email && (
            <Alert severity="success">
              Your Registration Created Successfully
            </Alert>
          )}

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Not really related to material UI, just a general styling issue / how to position and style your components. Just put your logic into a parent div (or any custom component) and use flexbox to center vertically and horizontally. Of course your parent div needs to be at the height, width, position etc how you need it to fit in your app.

Here an inline React example

const App = () => {
  return (
    <div
      style={{
        // do your styles depending on your needs.
        display: "flex",
        justifyContent: "center",
        alignItems: "center"
      }}
    >
      {  
        // content to center here 
      }
    </div>
  );
};

export default App;

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda