elm-ui-select/examples/README.md
2022-07-21 21:44:20 +02:00

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
```