Answers for "stretch grid column to fit page mui"

1

stretch grid column to fit page mui

return (
  	<Grid container direction={"row"}>
            <Grid item style={{width: '500px'}}></Grid>
			<Grid item xs></Grid> 
			// the bottom one will stretch
	</Grid>
)
Posted by: Guest on July-03-2020

Code answers related to "stretch grid column to fit page mui"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language