79689890

Date: 2025-07-04 08:43:35
Score: 1
Natty:
Report link
import React from 'react';
import Box from '@mui/material/Box';

export default function CenteredComponent() {
  return (
    <Box
      display="flex"
      justifyContent="center"
      alignItems="center"
      minHeight="100vh"
    >
      <YourComponent />
    </Box>
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amrinder Gill