Grid auto flow
The grid-auto-flow CSS property controls how the auto-placement algorithm works, specifying exactly how auto-placed items get flowed into the grid.
Class name | Properties |
---|---|
_gatf-r |
grid-auto-flow: row |
_gatf-cl |
grid-auto-flow: column |
_gatf-d |
grid-auto-flow: dense |
_gatf-rd |
grid-auto-flow: row dense |
_gatf-cld |
grid-auto-flow: column dense |