Documentation

gravity

The position of the element in the direction perpendicular to the distribution axis of the parent element, or overlay if the element should be placed on top of other elements (i.e. CSS absolute positioning).

gravity?:
| "start"
| "end"
| "center"
| "stretch"
| "baseline"
| "overlay"
| "cover"
| "auto"
| "";

Related