CqHexColor

This project rocks and uses MIT-LICENSE.

Add hex color picker functionality to opetion type with name color in spree

Add cq_hex_color to your Gemfile in an application with spree: source ‘cq:[email protected]’ gem ‘cq_hex_color’, ‘~> 0.0.1’ Bundle your dependencies and run the installation generator: $ bundle $ bundle exec rails g cq_hex_color:install