Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gribouille/elm-select
- Owner: gribouille
- License: mpl-2.0
- Created: 2020-10-21T10:40:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-13T17:30:49.000Z (almost 4 years ago)
- Last Synced: 2024-10-02T03:23:47.606Z (about 1 month ago)
- Language: Elm
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).