neo icon indicating copy to clipboard operation
neo copied to clipboard

layout.CssGrid

Open tobiu opened this issue 5 years ago • 1 comments

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?

tobiu avatar Sep 15 '20 11:09 tobiu

quick update: we will need this one soon-ish for a client project.

tobiu avatar Jun 12 '22 17:06 tobiu

added a super simplistic version. we should create new tickets for feature requests

tobiu avatar Dec 16 '22 13:12 tobiu