Sha256: 11ae94aa4490325fe68d76df53d88ac35fe26531dc1af07295972fc93d6e5bb9

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

# Cells::Slim

Support for Slim templates with Cells.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'cells-slim'
```

## Usage

Outside of Rails, you need to include `Cell::Slim` in your cell.

```ruby
class CommentCell < Cell::ViewModel
  include Cell::Slim
```

## Documentation

[More documentation](http://trailblazerb.org/gems/cells/templates.html) can be found on the Trailblazer page.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cells-slim-0.0.5 README.md
cells-slim-0.0.4 README.md
cells-slim-0.0.3 README.md