yesod-form-bulma: support Bulma form for Yesod

[ bsd3, library, program, web, yesod ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), email-validate, shakespeare, text, yesod, yesod-core, yesod-form, yesod-form-bulma [details]
License BSD-3-Clause
Copyright Copyright (c) 2018 Shinya Yamaguchi
Author Shinya Yamaguchi
Maintainer ingroze@gmail.com
Category Web, Yesod
Home page https://github.com/waddlaw/yesod-form-bulma#readme
Bug tracker https://github.com/waddlaw/yesod-form-bulma/issues
Source repo head: git clone https://github.com/waddlaw/yesod-form-bulma
Uploaded by waddlaw at 2018-06-06T01:10:55Z
Distributions NixOS:0.1.0.0
Executables showcase, example
Downloads 722 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-06 [all 1 reports]

Readme for yesod-form-bulma-0.1.0.0

[back to package description]

CircleCI

yesod-form-bulma

Screenshot

a

Run

simple example.

$ stack build
$ stack exec example

full components showcase.

$ stack build
$ stack exec showcase

Access to localhost:3100

Implemented status

Yesod.Form.Fields

Fields

  • bulmaTextField
  • bulmaPasswordField
  • bulmaTextareaField
  • bulmaHiddenField
  • bulmaIntField
  • bulmaDayField
  • bulmaTimeFieldTypeTime
  • bulmaTimeFieldTypeText
  • bulmaHtmlField
  • bulmaEmailField
  • bulmaMultiEmailField
  • bulmaSearchField
  • bulmaUrlField
  • bulmaDoubleField
  • bulmaBoolField
  • bulmaCheckBoxField
  • bulmaFileField

Options

  • bulmaSelectField
  • bulmaSelectFieldList
  • bulmaRadioField
  • bulmaRadioFieldList
  • bulmaCheckboxesField
  • bulmaCheckboxesFieldList
  • bulmaMultiSelectField
  • bulmaMultiSelectFieldList