Repository is archived
No commit activity in last 3 years
No release in over 3 years
SkyLabels.js is a library that makes compact forms more fun and accessible. This gem allows for its easy inclusion into the rails asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

~> 4.0
 Project Readme

Sky Labels Rails

SkyLabels.js is a library that makes compact forms more fun and accessible. This gem allows for its easy inclusion into the rails asset pipeline.

Installation

Add this line to your application's Gemfile:

gem 'sky-labels-rails'

And then execute:

$ bundle

Add the following directive to your JavaScript manifest file (application.js):

//= require sky-labels

And the following to you CSS manifest file (application.css.scss):

*= require sky-labels

You'll then need to initialize SkyLabels. This is done by calling setupSkyLabels(). One way to do this is to add a file called sky-labels-setup.js.coffee to your app/assets/javascripts directory that simply calls setupSkyLabels().