Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoghurt-x86/easy-forms
https://github.com/yoghurt-x86/easy-forms
elm elm-lang
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoghurt-x86/easy-forms
- Owner: yoghurt-x86
- License: bsd-3-clause
- Created: 2023-01-13T21:49:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T21:06:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T00:58:33.804Z (3 months ago)
- Topics: elm, elm-lang
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/yoghurt-x86/easy-forms/latest/
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forms package
This package with help you build forms such as this:
![Picture of a form](https://yoghurt-x86.github.io/easy-forms/screenshot.png)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](https://github.com/yoghurt-x86/easy-forms/tree/master/examples)
or try the [ellie](https://ellie-app.com/m36W83ys7Lza1)