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:

  1. include semantic's css , js (it requires jquery) , use ports hook widget's js events.
  2. include semantic's css , try build functionality in elm.
  3. both build functionality , style in elm (adam-r-kowalski/elm-css).
  4. 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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -