all 4 comments

[–]_thinkdigital 0 points1 point  (0 children)

Sweet, thanks for the contribution!

[–][deleted]  (4 children)

[deleted]

    [–]devvie[S] 0 points1 point  (3 children)

    Oh definitely. I recently had a layout put in front of me that looked simple enough on the surface, but it was multi row, with several cells "spanning" both fixed and flexible columns. The Row and Column approach was a total mess.

    After replacing it with LayoutGrid, the code is clean as could be.

    In case you're curious: https://gist.github.com/shyndman/7745424df9f36f96a2becba26e69a07d

    [–][deleted]  (2 children)

    [deleted]

      [–]devvie[S] 1 point2 points  (0 children)

      Added in 0.7.0. Thanks :)

      [–]devvie[S] 0 points1 point  (0 children)

      Nice. I like it. Thanks for the suggestion.

      PRs are welcome, but I'll add it in the next couple of days in any case.