gribouille/elm-select

Select component


License
MPL-2.0
Install
elm-package install gribouille/elm-select 1.0.0

Documentation

elm-select

ELM select component with autocompletion (in progress...).

Example

view : Html msg
view =
  Select.view (Select.default pipe defaultItems) items

Development

Execute the example:

> cd examples
> npm run dev

open http://0.0.0.0:3000.

License

This project is licensed under Mozilla Public License Version 2.0.