Popularity
1.6
Stable
Activity
0.0
Stable
1
2
1
Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
yesod-dsl
A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. -
yesod-raml
Generate Yesod framework route definitions, documentaiton, mock-handler, and more from your RAML spec. -
yesod-datatables
Routines for implementing server-side processing for DataTables (jQuery grid) in Haskell -
yesod-auth-hmac-keccak
DISCONTINUED. An account authentication plugin for yesod with encrypted token transfer.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of yesod-form-bulma or a related project?
README
yesod-bulma
Screenshot
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