Skip to content

yoghurt-x86/easy-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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