0.0
No commit activity in last 3 years
No release in over 3 years
The DropKick JS dropdown styling library packaged for the rails 3 asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1
 Project Readme

Dropkick Rails

This is Jamie Lottering's Dropkick JS library packaged up for the Rails asset pipeline. For the original project, see https://github.com/JamieLottering/DropKick.

Installation

In your Gemfile:

gem 'dropkick-rails'

And run:

bundle

then, in an included javascript file or javascript manifest, add:

//= require dropkick

and in an included stylesheet or stylesheet manifest, add:

 *= require dropkick

...within your asset reference block at the top.

That's it.