elm-multiselect
elm-multiselect copied to clipboard
A multiselect control built with and for Elm
Elm-multiselect
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/
How to use
Project level
elm install inkuzmin/elm-multiselect
Code level
See the example
folder, src/MinimalExample.elm
provides a minimal example.
Styles
To use default styles add docs/app.css
to page with the control.
Examples
See the example
folder, src/MinimalExample.elm
provides a minimal example.
Development
-
Install
-
cd ./example
-
npm install
-
-
Run
-
npm start
-
License
BSD3
Acknowledgements
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.