Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
/ mixitup-rails Public archive

A ruby gem that uses the Rails asset pipeline to include the MixItUp JavaScript library

License

Notifications You must be signed in to change notification settings

bodrovis/mixitup-rails

Repository files navigation

MixItUpRails

Gem Version Build Status

A ruby gem that uses the Rails asset pipeline to include the MixItUp JavaScript library by Kunkka labs.

Installation

Add this line to your application's Gemfile:

gem "mixitup-rails"

And then execute:

$ bundle

Or install it yourself as:

$ gem install mixitup-rails

Usage

Add this line into your application.js:

//= require mixitup

Testing

Run

$ bundle install

and then

$ rake test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make sure tests are passing
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

This plugin is licensed under the MIT License.

Copyright (c) 2019 Ilya Bodrov

About

A ruby gem that uses the Rails asset pipeline to include the MixItUp JavaScript library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published