Elm: How would you build and style your UI? -
for last few days i've learning elm, , has been refreshing experience. not want go js land, :-(.
my problem still not see way produce web app elm, , love guidance , advise:
evancz/start-app great organising app's structure.
evancz/effects elmfire can handle talking firebase.
but how build , style ui?
let's take concrete example: styled select widget semantic-ui.
implemented list of divs, js handle dropdown , multi-select.
the alternatives have found far are:
- include semantic's css , js (it requires jquery) , use ports hook widget's js events.
- include semantic's css , try build functionality in elm.
- both build functionality , style in elm (adam-r-kowalski/elm-css).
- forget semantic , redo site in bootstrap using circuithub/elm-bootstrap-html.
are there other alternatives, or widgets reused missing?
the theseamau5/tabbedpages container intimidating. others widgets require work?
again, i'd love use elm project, not have knowledge nor time write widgets myself.
for context, widgets using semantic are:
- two hamburger menus, 1 on each side of screen.
- a styled select.
- disclosure triangles, hiding/showing more content.
- a carrousel-like display of images, prev/next , dots @ bottom.
thanks again work putting elm, , advise can give me.
ps: have posted question in elm's mailing list.
i know question answered long time back, thought i'd add $0.02 elm 0.17 , 0.18. check out material design lite components, 0.17, , forked 0.18.
the live demo site slick , exhaustive.
Comments
Post a Comment