Sha256: 0a889412ac0e8a9573da9e91653962244f428fb2d31a1746a14f14493185ae7e
Contents?: true
Size: 990 Bytes
Versions: 7
Compression:
Stored size: 990 Bytes
Contents
# Flashgrid Ext. [Flashgrid Ext.](http://flashgrid-ext.drexed.com) is an extention of useful and cool javascripts for Flashgrid framework To get started, check out [http://flashgrid-ext.drexed.com](http://flashgrid-ext.drexed.com)! ## Installation Add this line to your application's Gemfile: gem 'flashgrid-ext' And then execute: $ bundle Or install it yourself as: $ gem install flashgrid-ext ## Usage Add the CSS files you want to include: ```ruby *= require animate.css *= require aside.css (place after modal) *= require calendar.css *= require carousel.css *= require editor.css *= require sort.css *= require typeahead.css ``` Add the JS files you want to include: ```ruby //= require animate.js //= require calendar.js //= require carousel.js //= require chart.js //= require editor.js //= require hoverdown.js //= require input_mask.js //= require moment.js //= require scrollspy.js //= require sort.js //= require time_ago.js //= require typeahead.js ```
Version data entries
7 entries across 7 versions & 1 rubygems