I tried to run this old example of elm-ui by alexkorban
There is a problem in output of the chat sample - only one row of the output is visible, in fact only a fraction of the line upper part. Same issue with the new mdgriffith/elm-ui 1.1.8 as the old version 1.1.0, also if run in Ellie.
Same with all my browsers: Chrome, Firefox, DuckDuckGo, Safari
Hi @polarit not sure what is going wrong. But I’m trying out the examples provided in this link for elm-ui patterns most of them working for me. Both of them looks the same I’m not sure who took the example from whom. Have a look at this elm-ui-patterns
Thank you for your reply, that module ChatLayout works perfectly Ok also in my local system.
The page elm-ui-patterns seems to contain all what I have been missing for using elm-ui.
Hi @csaltos and @SANTMAN
I have now learned a little bit of elm-ui and made something simple vith UI and browser.sandbox together.
It can be seen in Ellie.
I used elm-ui patterns code Text-input as base of my code. It is quite usefull for somebody trying to learn like me, how to use elm-ui with TEA (elm architecture). It was really fun to do something new and simple without any html/CSS.