neo
neo copied to clipboard
layout.CssGrid
I am not 100% sure if we need this one, but it could make sense, since neo has a flexbox-wrapper layout class in place.
We could do the same for display: grid
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
https://webkit.org/demos/css-grid/
Using display: grid can obviously make sense. I am not sure about the wrapper though: many attributes are custom, like defining area names. we could map those to child item configs, but it will get mapped into inline styles for most of them.
Thoughts?
quick update: we will need this one soon-ish for a client project.
added a super simplistic version. we should create new tickets for feature requests