Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dhmgroup/bulma-extensions-rails
- Owner: dhmgroup
- License: mit
- Created: 2018-05-09T13:08:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T12:16:12.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T01:42:05.996Z (3 months ago)
- Topics: bulma, bulma-css, bulma-extensions, rails, rails-asset-pipeline, rails-wrapper, ruby
- Language: Ruby
- Homepage: https://github.com/Wikiki/bulma-extensions
- Size: 125 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).