Re: [elm-discuss] Html.toElement in Elm version 0.17?

2016-05-16 Thread Peter Damoc
you can easily use Html for layout and create your own little layout language with functions. For example, you can use this playground for visually thinking about the layout: https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/ and a little helper module like this one:

Re: [elm-discuss] Html.toElement in Elm version 0.17?

2016-05-16 Thread Tobias Hermann
Ok, thank you. I liked to align input boxes etc. with the functions from Graphics.Element, because it isolated me from all the HTML/div/CSS thinking. But of course I understand. Also thanks for the remark about Graphics.Input. I was already wondering where it went. ;-) On Sunday, May 15, 2016