bulma_form
bulma_form is a Rails form builder that helps create Bulma-styled forms in your Rails application. It provides form helpers that extend existing Rails form helpers adding necessary fields, labels and additional markup recommended by Bulma reference guide.
Installation
Add this line to your application's Gemfile:
gem 'bulma_form'And then execute:
$ bundleOr install it yourself as:
$ gem install bulma_formLicense
The gem is available as open source under the terms of the MIT License.