Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhmgroup/bulma-extensions-rails

Ruby on rails wrapper for Bulma framework extensions
https://github.com/dhmgroup/bulma-extensions-rails

bulma bulma-css bulma-extensions rails rails-asset-pipeline rails-wrapper ruby

Last synced: 3 months ago
JSON representation

Ruby on rails wrapper for Bulma framework extensions

Awesome Lists containing this project

README

        

# Bulma Extensions Rails [Nolonger Maintained]

Ruby on rails wrapper for [bulma extensions](https://github.com/Wikiki/bulma-extensions)

Ruby gem: [https://rubygems.org/gems/bulma-extensions-rails](https://rubygems.org/gems/bulma-extensions-rails)

## Installation

Add this line to your application's Gemfile:

```ruby
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:

```css
*= bulma-extensions
```

Or in your `app/assets/stylesheets/application.scss` add:

```scss
@import 'bulma-extensions';
```

Now you need to edit your `app/assets/javascripts/application.js` file and add the following line:

```javascript
//= require bulma-extensions
```

## Usage

Follow the bulma extensions documentation and demos [here](https://wikiki.github.io/)

## 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](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).