Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 599 Bytes

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