Popularity
1.9
Growing
Activity
0.0
Stable
1
1
1
Monthly Downloads: 2
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-markdown
Tools for using markdown in a yesod application -
yesod-recaptcha
Dead simple support for reCAPTCHA on Yesod applications. -
yesod-auth-fb
Authentication backend for Yesod using Facebook. -
yesod-text-markdown
Yesod support for Text.Markdown. -
yesod-routes-typescript
generate TypeScript routes for Yesod -
yesod-session-redis
Redis-Powered Sessions for Haskell -
yesod-comments
A generic comments interface for a Yesod application -
yesod-goodies
A collection of various small helpers useful in any yesod application. -
yesod-auth-account-fork
An account authentication plugin for Yesod -
yesod-crud-persist
Flexible CRUD subsite usable with Yesod and Persistent. -
yesod-auth-kerberos
Kerberos Authentication for Yesod. -
yesod-auth-smbclient
Authentication plugin for Yesod using smbclient -
yesod-auth-deskcom
Desk.com remote authentication support for Yesod apps. -
yesod-auth-bcrypt
BCrypt salted and hashed passwords in a database as auth for yesod -
yesod-datatables
Yesod plugin for DataTables (jQuery grid plugin) -
yesod-auth-ldap-native
Yesod LDAP authentication plugin -
yesod-auth-hmac-keccak
An account authentication plugin for yesod with encrypted token transfer. -
yesod-auth-zendesk
Zendesk remote authentication support for Yesod apps. -
yesod-pnotify
Yet another getMessage/setMessage using pnotify jquery plugins -
yesod-paypal-rest
Yesod plugin to use PayPal with the paypal-rest-client library. -
yesod-test-json
Utility functions for testing JSON web services written in Yesod -
yesod-articles
Automatically generate article previews for a yesod site -
yesod-auth-bcryptdb
Authentication plugin for Yesod. -
yesod-examples
Example programs using the Yesod Web Framework. (deprecated)
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.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