import * as React from 'react'; import Box from '@mui/material/Box'; import InputLabel from '@mui/material/InputLabel'; function InputLabels() { return ( First Name Shrunk First Name Required Focused Required Required Error Required Error ); } export default InputLabels;