Sha256: 28552a47f361c35110a99f99dda26f9f48a81a514b37417b3bae3753302641d2

Contents?: true

Size: 1.07 KB

Versions: 15

Compression:

Stored size: 1.07 KB

Contents

# Bootstrap-Slider-Rails

This Gem integrates [Seiyara's fork](https://github.com/seiyria/bootstrap-slider) of [Bootstrap Slider](http://www.eyecon.ro/bootstrap-slider/). The original has no public Github Repo, issues tracking etc.

It integrates this fork with your Rails project and is versioned to track the fork's version.

## Installation

Add this line to your application's Gemfile:

    gem 'bootstrap-slider-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install bootstrap-slider-rails

## Usage

This gem uses a Rails Engine to make Bootstrap Slider's assets available to you.

Require the JavaScript files from your `application.js` or wherever needed using:

```
//= require bootstrap-slider
```

Require the CSS files from your `application.scss` or wherever needed using:

```
*= require bootstrap-slider
```

## 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

15 entries across 15 versions & 1 rubygems

Version Path
bootstrap-slider-rails-5.3.3 README.md
bootstrap-slider-rails-5.3.2 README.md
bootstrap-slider-rails-5.3.1 README.md
bootstrap-slider-rails-5.3.0 README.md
bootstrap-slider-rails-5.2.6 README.md
bootstrap-slider-rails-5.2.5 README.md
bootstrap-slider-rails-5.2.4 README.md
bootstrap-slider-rails-5.2.3 README.md
bootstrap-slider-rails-5.2.1 README.md
bootstrap-slider-rails-5.1.1 README.md
bootstrap-slider-rails-5.1.0 README.md
bootstrap-slider-rails-5.0.13 README.md
bootstrap-slider-rails-4.14.5 README.md
bootstrap-slider-rails-4.8.1 README.md
bootstrap-slider-rails-1.9.0 README.md