/elm-autocomplete

Elm autocomplete example

Primary LanguageElm

elm-autocomplete

Elm autocomplete example

Inspired by David Nolen blog post on writing similar ui widget in clojurescript. Elm doesn't have any csp library and dropped usage of FRP with 0.17 update. With Elm architecture the same functionality could be accomplished with readable and reasonable codebase.

To use:

  • npm install
  • npm install -g elm-live - if You don't have Elm live as it's required
  • init.sh or just elm-live Main.elm --ouptut="elm.js" and head to localhost:800