rtfeldman / elm-validate

Convenience functions for validating Elm data.
http://package.elm-lang.org/packages/rtfeldman/elm-validate/latest
BSD 3-Clause "New" or "Revised" License
145 stars 28 forks source link

Adding examples of displaying errors #29

Open robertbasden opened 6 years ago

robertbasden commented 6 years ago

My effort to add some examples of view to existing examples to show how to display errors (as per #14), just covering the two main cases of having a list of errors and a list of tuple (field, error).

I tried to keep them fairly simple and on point, happy to revise as needed!