# SimpleForm::Bulma The easiest way to use Bulma with SimpleForm. ## Installation Add this line to your application's Gemfile: ```ruby gem 'simple_form-bulma' ``` And then execute: ```bash bundle ``` Or install it yourself as: ```bash $ gem install simple_form-bulma ``` ## Usage To copy the Bulma theme for SimpleForm, run the following command: ```bash 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](https://opensource.org/licenses/MIT).