SimpleForm::Bulma

The easiest way to use Bulma with SimpleForm.

Installation

Add this line to your application's Gemfile:

gem 'simple_form-bulma'

And then execute:

bundle

Or install it yourself as:

$ gem install simple_form-bulma

Usage

To copy the Bulma theme for SimpleForm, run the following command:

bin/rails generate simple_form:bulma:install

Or you can copy the theme manually by copying the config/initializers/simple_form_bulma.rb file to your config/initializers directory.

Contributing

Contribution directions go here.

License

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