inkuzmin/elm-multiselect

multiselect control


Keywords
elm, elm-multiselect, ui
License
BSD-3-Clause
Install
elm-package install inkuzmin/elm-multiselect 2.0.0

Documentation

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

Add "inkuzmin/elm-multiselect": "1.0.0 <= v < 2.0.0" to dependencies section of elm-package.json

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.