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.
Add this line to your application's Gemfile:
gem 'bulma_form'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bulma_form
The gem is available as open source under the terms of the MIT License.