Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

thoughtbot/sky-labels-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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().

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages