bulma-extensions-rails

Ruby on rails wrapper for Bulma framework extensions


Keywords
bulma, bulma-css, bulma-extensions, rails, rails-asset-pipeline, rails-wrapper, ruby
License
MIT
Install
gem install bulma-extensions-rails -v 6.2.7

Documentation

Bulma Extensions Rails

Ruby on rails wrapper for bulma extensions

Ruby gem: https://rubygems.org/gems/bulma-extensions-rails

Installation

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

Usage

Follow the bulma extensions documentation and demos here

Contributing

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.

License

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