Replies: 2 comments 9 replies
-
These days I use CSS grid, but if you like Flexbox I've found this useful in the past. http://flexboxgrid.com/ In my opinion, it really is worth learning CSS grid. |
Beta Was this translation helpful? Give feedback.
-
I really like CSS grid because it allows you to define your constraints from the containing element, but also have individual elements be able to override some. BUT....it turns out that CSS grid can really become a performance issue. I used it quite heavily (my go to layout) and it became a real problem. So unfortunately, back to flexbox for me as the go to layout and only use grid for the specials. IF anyone knows how to solve the grid performance issue, please let me know! ;-) |
Beta Was this translation helpful? Give feedback.
-
Do you have suggestions on a bare-bones library for grid and flexbox layouts to use with Shoelace or do most people use straight CSS for this?
Beta Was this translation helpful? Give feedback.
All reactions