You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add the ability to do a few more things with grid:
set individual row/column alignment. Right now that requires setting the children align/justifySelf property, but would be better as an option to the grid.
set individual row/column width/height. Right now the width/height is determined by each cell, but being able to make a row/column wider than that would be great.
set grid width/height. That way I can have the grid take up the full screen.
padding
The text was updated successfully, but these errors were encountered:
I'd like to add the ability to do a few more things with grid:
align/justifySelf
property, but would be better as an option to the grid.The text was updated successfully, but these errors were encountered: