Warning
This gem is not maintained anymore. If you want to use Bulma with SimpleForm use simple_form-theme instead.
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:
bundleOr install it yourself as:
$ gem install simple_form-bulmaUsage
To copy the Bulma theme for SimpleForm, run the following command:
bin/rails generate simple_form:bulma:installOr 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.