mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-27 00:49:07 +03:00
16 lines
206 B
Markdown
16 lines
206 B
Markdown
# Elm-ui Select examples
|
|
|
|
## to run:
|
|
|
|
```console
|
|
elm reactor
|
|
```
|
|
|
|
And choose from one of the examples in the src directory
|
|
|
|
## run tests on the examples using elm-program-test:
|
|
|
|
```console
|
|
npx elm-test
|
|
```
|