abinayasudhir/elm-select - version: 1.3.0

for more information visit the package's GitHub page

Package contains the following modules:

Elm Select

Codeship Status for sporto/elm-select

An select component with autocomplete and optional multi-select.

Demo

See https://sporto.github.io/elm-select/

Example and Getting started

See commented example at demo/src/Example1Basic.elm

API

http://package.elm-lang.org/packages/sporto/elm-select/latest

Changelog

Styling

You can style elements using:

To add borders and padding to the input use InputWrapper instead of Input.


Run demo locally

make run-demo

Open localhost:4000

Generate demo

make build-demo

Test

make test