Skip to content

skillhound/intro.js-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intro.js-rails

Intro.js for rails asset pipeline

Intro.js is a better way for new feature introduction and step-by-step users guide for your website and project.

Usage

Install introjs-rails gem

Add introjs-rails to your Gemfile and run bundle install:

 gem "introjs-rails"

Include introjs-rails javascript assets

Add the following to your app/assets/javascripts/application.js:

 //= require introjs

Include introjs-rails stylesheet assets

Add to your app/assets/stylesheets/application.css:

 *= require introjs

Version

introjs-rails tracks Intro.js's versions.

Contributions

If you want to contribute, please:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Send me a pull request on Github.

Copyright

MIT Licensed

Copyright (c) 2013 Pablo Fernandez. See LICENSE for details.

About

Integrate the awesome intro.js javascript library in your Rails asset pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published