Bootstrap::Colorpicker2::Rails

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'bootstrap-colorpicker2-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bootstrap-colorpicker2-rails

Usage

See ...

http://mjolnic.github.io/bootstrap-colorpicker/

Stylesheets (? Why the 2nd??) Add necessary stylesheet file to app/assets/stylesheets/application.css

*= require bootstrap-colorpicker

Add necessary stylesheet file to app/assets/stylesheets/custom.css

@import "bootstrap-colorpicker";

Javascripts Add necessary javascript(s) files to app/assets/javascripts/application.js

//= require bootstrap-colorpicker

Using bootstrap-colorpicker-rails Just call colorpicker() with any selector.

$('.colorpicker').colorpicker()

Contributing

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