yoghurt-x86/easy-forms - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

Forms package

This package with help you build forms such as this: Picture of a form

With code that looks like:

Form.succeed Input Input
    |> Form.append text
    |> Form.append textArea
    |> Form.append password
    |> Form.append select
    |> Form.append color
    |> Form.append date
    |> Form.append number
    |> Form.append checkBox
    |> Form.append file

Take a look at the examples here

or try the ellie