Ruby on rails wrapper for bulma extensions
Ruby gem: https://rubygems.org/gems/bulma-extensions-rails
Add this line to your application's Gemfile:
gem 'bulma-extensions-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bulma-extensions-rails
In your app/assets/stylesheets/application.css
add:
*= bulma-extensions
Or in your app/assets/stylesheets/application.scss
add:
@import 'bulma-extensions';
Now you need to edit your app/assets/javascripts/application.js
file and add the following line:
//= require bulma-extensions
Follow the bulma extensions documentation and demos here
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.