Hello,
Are there any layout components in the pipeline. Which Grid layout components are recommended ?
Thanks
@scibernix What are you looking for specifically? We don't have any layout component as we recommend using flexbox for these things
We're using https://github.com/jxnblk/reflexbox to handle the majority of our layout stuff. It's pretty powerful, and handles 99% of the layout cases we need.
:+1: for reflexbox, found it to be easy to use and have worked great for me too.
Flexbox and reflexbox are pretty great solutions. Closing as we currently have no plan to write a layout engine
Most helpful comment
We're using https://github.com/jxnblk/reflexbox to handle the majority of our layout stuff. It's pretty powerful, and handles 99% of the layout cases we need.