storkvist / bulma_form

Rails form builder that helps create Bulma-styled forms in your Rails application.
MIT License
3 stars 1 forks source link
bulma rails rails-form-builder ruby

bulma_form

Build Status Test Coverage Maintainability

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:

$ bundle

Or install it yourself as:

$ gem install bulma_form

License

The gem is available as open source under the terms of the MIT License.