No commit activity in last 3 years
No release in over 3 years
jQuery miniColors for Rails 3.1+
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 3.1
 Project Readme

MiniColors for Rails

jQuery.MiniColors.js for Rails 3.1+

Getting started

Add the gem to your application's Gemfile:

gem 'mini_colors-rails'

Run bundle install

Then add following line to app/assets/javascripts/application.js:

//= require minicolors

And the following one in app/assets/stylesheets/application.css:

*= require minicolors

You can now use miniColors as define in the documentation:

$([selector]).miniColors({
  optionName: value,
  optionName: value,
  ...
});