You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS required to style forms with Bootstrap is somewhat cumbersome (especially with lists of checkboxes). As such, I created a Rails gem + generator and FormBuilder that makes working with Bootstrap on Rails very easy, significantly cleaning up the view layer. Could someone add it to the Wiki? More information and usage is available on the repo: (sethvargo/bootstrap-forms)
The text was updated successfully, but these errors were encountered:
True, checkboxes stand out from the usual pattern of HTML structure. I had some tweaking to do to make it work with simple_form. I will also clean it up and post it.
The CSS required to style forms with Bootstrap is somewhat cumbersome (especially with lists of checkboxes). As such, I created a Rails gem + generator and
FormBuilder
that makes working with Bootstrap on Rails very easy, significantly cleaning up the view layer. Could someone add it to the Wiki? More information and usage is available on the repo: (sethvargo/bootstrap-forms)The text was updated successfully, but these errors were encountered: