# Bulmajs::Rails Bulmajs-rails is the implementation of [BulmaJS](https://github.com/VizuaaLOG/BulmaJS) BulmaJS is an unofficial javascript extension to the awesome [Bulma CSS framework](https://bulma.io) Source: [https://github.com/VizuaaLOG/BulmaJS](https://github.com/VizuaaLOG/BulmaJS) Ruby Gem: [https://rubygems.org/gems/bulmajs-rails](https://rubygems.org/gems/jquery-rails) ## Installation Add this line to your application's Gemfile: ```ruby gem 'bulmajs-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install bulmajs-rails Now you need to edit your `app/assets/javascripts/application.js` file and add the following line: ```javascript //= require bulma ``` ## Turbolinks is now required for this wrapper. ## Usage Examples ### Basic Tabs ```html
``` ### Navbar Mobile Toggle All you need to do is add `data-bulma="navbar"` to the main navbar div, and then add `data-trigger` and `data-target="navID"` to the navbar burger ```html ``` ### Filename Updating ```html