Replies: 1 comment 1 reply
-
I suppose you are more looking for CSS grids, but maybe flexbox would help? #166 That code is not fully done but it's already working quite well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i worked a lot with flutter framework, which allows you to build tree of elements to render them in area constraints (like min/max width/height, preferences in position, align, etc etc etc). I trying to do same stuff with Lipgloss, to make rows, columns and tables in my app (as example, i trying to find some references in flutter and html structures)
Is it even possible with current version of Lipgloss to insert into style some child components with specific position, align etc? If yes, do you have any tips, how to implement it?
For now, as an alternative, i trying to create additional package (and planning also to create pull request or separated open repository), which will handle all stuff related to tree structure rendering, but i hope that there is some builtin way to do it without pain (which will be super cool!)
Beta Was this translation helpful? Give feedback.
All reactions