Sha256: bfe7242f29e31bda94f0add74efcf1f6c2b652b819d65a2c73e17ecdbe9e539e

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# Tooltipster::Rails

tooltipster-rails allows easy use of [Tooltipster](http://iamceege.github.io/tooltipster/) with Rails and the asset pipeline.

## Installation

Add this line to your application's Gemfile:

    gem 'tooltipster-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install tooltipster-rails

## Usage

In your application.js, include the JavaScript file:

```
//= require jquery.tooltipster.min.js
```

In your application.css, include the css file:

```
*= require tooltipster
```

If you want to use one of the included themes, include that in your application.css as well:
```
*= require tooltipster
*= require tooltipster-themes/tooltipster-light
```

Check out the [Tooltipster docs](http://iamceege.github.io/tooltipster/#getting-started) for more extensive usage instructions.

## 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
tooltipster-rails-3.2.6 README.md