Sha256: 48dd10613720741711c8ff570026df88348f2b3ae552a0aec80a73d543591f5b
Contents?: true
Size: 723 Bytes
Versions: 1
Compression:
Stored size: 723 Bytes
Contents
# 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).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_form-bulma-0.1.0 | README.md |