Sha256: 99a70ba0dd13863e13b337537833752f22ee532193228d09e63d303c3fecb45b

Contents?: true

Size: 1.16 KB

Versions: 14

Compression:

Stored size: 1.16 KB

Contents

# SlickRails

Slick Carousel for Rails 3.1+ asset pipeline
## Installation

Add this line to your application's Gemfile:

    gem 'slick_rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install slick_rails

## Usage

add to js manifests
    
    //= require slick
    
and to css manifest
    
    *= require slick
    
Note: This plugin has custom fonts for dots and arrows and such. These are provided in /fonts (from the original     repo) and are referred in the css.
    
If you want them make sure the asset pipeline will handle them with something like
    
    config.assets.precompile += %w( .js .css *.css.scss .svg .eot .woff .ttf)
    
if you don't want them - ignore what I just wrote, and overwrite
    .slick-prev:before
    .slick-next:before
    .slick-dots li a:before 



see instruction and full info in https://github.com/kenwheeler/slick

## Contributing

1. Fork it ( http://github.com/<my-github-username>/slick_rails/fork )
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

14 entries across 14 versions & 1 rubygems

Version Path
slick_rails-1.3.7 README.md
slick_rails-1.3.6.3 README.md
slick_rails-1.3.6.2 README.md
slick_rails-1.3.6.1 README.md
slick_rails-1.3.6 README.md
slick_rails-1.3.5.1 README.md
slick_rails-1.3.5 README.md
slick_rails-1.3.4.1 README.md
slick_rails-1.3.4 README.md
slick_rails-1.3.3.1 README.md
slick_rails-1.3.3 README.md
slick_rails-1.3.2 README.md
slick_rails-1.3.1 README.md
slick_rails-1.2.5.1 README.md