Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 703 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 703 Bytes

Elm list filtering experiment (using a default state)

The form displays a result based on a default filter to illustrate to the end-user how the filter works.

View uses stylish-elephants, the experimental style-elements package.

Demo

elm-filtered-list

Getting Stared

You need to have Elm 0.18 installed on your machine.

Clone this repo.

Then generate it from within the new project's root directory using:

elm reactor

And view it: localhost:8000/src/Main.elm

You will see:

screenshot of the default state