Open SpaceK33z opened 6 years ago
There are some more things I miss in the grid package; the ability to easily set a minimum width. This is often necessary if you don't want the text of a button to be broken apart.
More situations which the grid package should handle:
I like the grid system in https://smooth-ui.smooth-code.com/#layout, it works very much like the existing one but with some more flexibility.
Also interesting, grid-styled
I would like to implement the code of react-styled-flexboxgrid in this repository. It needs some changes so it works better with ui-components. Mainly:
last
prop on<Col />
true
on props, which would be the same as"xs"
. Example:<Row middle="xs">
to:<Row middle>
.