I’m trying a little experiment with Elm, after not using the language at all for a couple years. I remember being really curious about Elm-UI. Is it still something folks in this community use? Or has the user-interface moved on to something else? What are folks using these days?
Welcome back! I’d say mdgriffith/elm-ui is still quite popular and a v2 is in development. rtfeldman/elm-css is also still quite popular and got a really nice fork dzuk-mutant/elm-css recently. Using Tailwind with Elm has also been popular the last year or 2, though I don’t know which packages are used for that most commonly.
As someone who approached Elm with no prior web development experience, elm-ui fit like a glove, as I had no html- and css-stuff to unlearn. I still have very limited skills in html and css, but despite this I can create pretty advanced and good-looking web apps thanks to elm-ui. It’s a great package and I’m looking forward to what version 2 will bring!