Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waddlaw/yesod-bulma
https://github.com/waddlaw/yesod-bulma
bulma haskell yesod
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/waddlaw/yesod-bulma
- Owner: waddlaw
- License: bsd-3-clause
- Created: 2018-03-09T06:18:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T06:07:58.000Z (over 6 years ago)
- Last Synced: 2024-03-15T15:07:42.029Z (8 months ago)
- Topics: bulma, haskell, yesod
- Language: Haskell
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/waddlaw/yesod-form-bulma/tree/master.svg?style=svg)](https://circleci.com/gh/waddlaw/yesod-form-bulma/tree/master)
[![Hackage](https://img.shields.io/hackage/v/yesod-form-bulma.svg)](https://hackage.haskell.org/package/yesod-form-bulma)# yesod-bulma
- [Bulma](https://bulma.io/documentation/form/)
- [Bulma-Extensions](https://wikiki.github.io/form/checkradio/)## Screenshot
![a](https://i.imgur.com/SZnv42b.png)
## Examples
simple form example.
```sh
$ stack build
$ stack exec form-example
```full components showcase.
```sh
$ stack build
$ stack exec form-showcase
```Access to [localhost:3100](http://localhost:3100)
```sh
$ 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