Skip to content

Promptus/ladda-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ladda-rails

A thin wrapper around https://github.com/hakimel/Ladda .

If you copy files from the interwebs into your project, kittens die.

Do this instead (in your Gemfile):

gem "ladda-rails"

And, in your application.js and application.css:

//= require "spin"
//= require "ladda"
//= require "ladda.jquery" // only when you use jQuery already, see Ladda docs for usage

*= require ladda
*= require ladda-themed // this is optional - when you leave this out, it's equivalent to the "ladda-themeless.min.css from the Ladda project

We'll try to keep this project's version numbers the same as those from Ladda.