Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gribouille/elm-select

ELM select component with autocompletion
https://github.com/gribouille/elm-select

Last synced: 22 days ago
JSON representation

ELM select component with autocompletion

Awesome Lists containing this project

README

        

# elm-select

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

## Example

```elm
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](./LICENSE).