Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

277
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda