An implementation of multiselect control built with and for Elm.
Styles based on React Select and built with elm-css.
Live demo: https://inkuzmin.github.io/elm-multiselect/
elm install inkuzmin/elm-multiselect
See the example
folder, src/MinimalExample.elm
provides a minimal example.
To use default styles add docs/app.css
to page with the control.
See the example
folder, src/MinimalExample.elm
provides a minimal example.
-
Install
cd ./example
npm install
-
Run
npm start
BSD3
I would like to thank the University of Tartu and the BIIT Research Group for encouraging me to publish this as an open-source project.