SyntaxFix
Write A Post
Hire A Developer
Questions
You can do this with the Box component:
import Box from "@material-ui/core/Box"; ... <Box display="flex" justifyContent="center" alignItems="center" minHeight="100vh" > <YourComponent/> </Box>