[docs] Instructions in Grid v1 not specified in Grid v2 #44759
Labels
status: waiting for author
Issue with insufficient information
support: docs-feedback
Feedback from documentation page
Related page
https://mui.com/material-ui/react-grid2/
Kind of issue
Unclear explanations
Issue description
I'm having trouble with Grid2, with a couple of things. I want a container to take up 100% height of a page. I also want to create a Grid item that is centered vertically. I would easily be able to apply this in Grid1, which is on the documentation page, with
alignItems: "center", /* "center" to center elements vertically, or "stretch" to stretch the height to fill the space*/
I am unsure if i am supposed to accomplish this another way. In Grid v1 these instructions are specified, but I am unable to learn how to apply this for Grid v2. Heught is not meentioned on this page at all. I have looked into incorporating other components but am lost.
Context
I would like these features explained in v2 as they are presented in Grid v1.
Search keywords: Grid v2, height, stretch
The text was updated successfully, but these errors were encountered: