yesod-form-bootstrap4

yesod-form for bootstrap version 4


Keywords
mit, web, Propose Tags, , Index, Quick Jump, Yesod.Form.Bootstrap4, yesod-form-bootstrap4-3.0.1.1.tar.gz, browse, Package description, Package maintainers, ncaq, edit package information , haskell, yesod
License
MIT
Install
cabal install yesod-form-bootstrap4-3.0.1.1

Documentation

Hackage yesod-form-bootstrap4 on Stackage LTS test

yesod-form-bootstrap4

This program replace yesod-form to Bootstrap v4.

Problem

This program is not work for boolField and checkBoxField.

Because Bootstrap v4.1 checkbox layout different other. Forms · Bootstrap

Workaround

use Monadic form. and

fooFieldSettings :: FieldSettings master
fooFieldSettings = (bfs ("public" :: Text))
  { fsAttrs = [("class", "form-check-input")]
  }