Hi,
I really like the idea of Graphic.Element's and Graphic.Collage's approach towards laying out elements programmatically than declaratively specifying layouts with CSS. But elm-html and the recent developments are oriented more towards the HTML/CSS way of laying out things but they do bring the awesomeness of virtual DOM.
I understand that there is fromElement and toElement in elm-html. But it feels that Graphics.Element lives in a higher level of abstraction than elm-html. It should be theoretically be possible to build Graphics.Element on top of elm-html with divs and style attributes. Is a rewrite of Graphics.Element on top of elm-html a part of the roadmap? Or is there something else that is planned to give the same sort of layout capabilities with elm-html without having to deal with CSS and flex box?
Regards,
Vagmi