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

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

Awesome Lists containing this project

README

          

# elm-multi-input [![Build Status](https://travis-ci.org/larribas/elm-multi-input.svg?branch=master)](https://travis-ci.org/larribas/elm-multi-input)

A multi-value input for Elm

## [Try it out](https://larribas.github.io/elm-multi-input/)

![alt text](https://github.com/larribas/elm-multi-input/raw/master/demo/preview.gif "Animated preview for the component")

## 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!