elm-validate
elm-validate copied to clipboard
Adding examples of displaying errors
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!