Sha256: f1b0ee8ff51ef4641513e84d27643bc72c9213d3df211a26db013d9da6a553f1

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-colorpicker2-rails-0.0.1 README.md