Popularity
1.6
Growing
Activity
0.0
Stable
1
2
1

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Yesod    

yesod-form-bulma alternatives and similar packages

Based on the "yesod" category.
Alternatively, view yesod-form-bulma alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yesod-form-bulma or a related project?

Add another 'yesod' Package

README

CircleCI Hackage

yesod-bulma

Screenshot

a

Examples

simple form example.

$ stack build
$ stack exec form-example

full components showcase.

$ stack build
$ stack exec form-showcase

Access to localhost:3100

$ stack build
$ stack exec paginator-example

Implemented status

Yesod.Paginator.Bulma

  • [x] simple
  • [x] ellipsed

Yesod.Form

Fields

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

Options

  • [x] bulmaSelectField
  • [x] bulmaSelectFieldList
  • [x] bulmaRadioField
  • [x] bulmaRadioFieldList
  • [x] bulmaCheckboxesField
  • [x] bulmaCheckboxesFieldList
  • [x] bulmaMultiSelectField
  • [x] bulmaMultiSelectFieldList