Sha256: 66233cfb5e3ae477a60461304b4a04a9c1aa74147e1e53c7588e35ab3153fde4

Contents?: true

Size: 459 Bytes

Versions: 1

Compression:

Stored size: 459 Bytes

Contents

# Holder.js for Rails

Provides Holder.js to render image placeholders entirely on the client side.

## Installation

Add to your Gemfile:

```ruby
gem 'holder_rails'
```

and run:

```sh
bundle install
```

## Usage

Add to your JavaScript manifest file:

```js
//= require holder
```

For more information, check out [holder readme](https://github.com/imsky/holder#readme).

## License

Released under the BSD 2-clause license. See LICENSE.txt for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
holder_rails-0.0.1 README.md