https://github.com/larribas/elm-multi-input
An input for multiple items in Elm
https://github.com/larribas/elm-multi-input
component elm elm-lang emails form input tags
Last synced: about 1 year ago
JSON representation
An input for multiple items in Elm
- Host: GitHub
- URL: https://github.com/larribas/elm-multi-input
- Owner: larribas
- License: bsd-3-clause
- Created: 2017-07-02T10:09:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T14:35:45.000Z (about 6 years ago)
- Last Synced: 2025-03-24T06:54:38.020Z (over 1 year ago)
- Topics: component, elm, elm-lang, emails, form, input, tags
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/larribas/elm-multi-input/latest
- Size: 149 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-multi-input [](https://travis-ci.org/larribas/elm-multi-input)
A multi-value input for Elm
## [Try it out](https://larribas.github.io/elm-multi-input/)

## How to use it
Install the package:
```
elm install larribas/elm-multi-input
```
| elm version | package version |
|-------------|-----------------|
| <= 0.17 | unsupported |
| 0.18 | 1.0.0 |
| 0.19 | > 1.0.1 |
Check out `demo/Demo.elm` to see particular implementation examples.
I also recommend that you download the default sylesheet at `styles/multi-input.css`.
## Contribute
Any contributions or feedback are welcome!