Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Inspired by [gridster.js](http://gridster.net). Built with love.
- [Demo](#demo)
- [Usage](#usage)
- [Requirements](#requirements)
- [Rails integration](#rails-integration)
- [Basic usage](#basic-usage)
- [Options](#options)
- [Grid attributes](#grid-attributes)
Expand Down Expand Up @@ -91,6 +92,10 @@ Usage

Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js

## Rails integration

For rails users, integration of gridstack.js and its dependencies can be done through [gridstack-js-rails](https://github.com/randoum/gridstack-js-rails)

## Basic usage

```html
Expand Down