Skip to content

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

License

Notifications You must be signed in to change notification settings

skillhound/intro.js-rails

This branch is 14 commits behind pablof7z/intro.js-rails:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cac532b · Mar 15, 2013

History

2 Commits
Mar 15, 2013
Mar 15, 2013
Mar 15, 2013
Mar 15, 2013
Mar 15, 2013
Mar 15, 2013
Mar 15, 2013
Mar 15, 2013

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