bootstrap-tour alternatives and similar libraries
Based on the "Tours And Guides" category.
Alternatively, view bootstrap-tour alternatives based on common mentions on social networks and blogs.
-
driver.js
A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page -
hopscotch
A framework to make it easy for developers to add product tours to their pages. -
pageguide
An interactive guide for web page elements using jQuery and CSS3 -
focusable
:flashlight: Set a spotlight focus on DOM element adding a overlay layer to the rest of the page -
GuideChimp
Create interactive guided product tours in minutes with the most non-technical friendly, lightweight and extendable library.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of bootstrap-tour or a related project?
README
Bootstrap Tour
Quick and easy way to build your product tours with Bootstrap Popovers.
Compatible with Bootstrap >= 2.3.0
Demo and Documentation
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Gulp.
Feel free to contribute with pull requests, bug reports or enhancement suggestions.
We use Gulp and Jasmine. Both make your life easier ;)
Develop
Files to be developed are located under ./src/
.
Compiled sources are then automatically put under ./build/
, ./test/
and ./docs/
.
Requirements
To begin, you need a few standard dependencies installed. These commands will install ruby, gem, node, yarn, and gulp's command line runner:
Debian/Ubuntu Linux
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install ruby-full yarn
Mac OS X
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install ruby yarn
Development requirements
$ yarn global add gulp-cli
$ yarn
$ gem install jekyll
For Mac OS X Mavericks (10.9) users: You will need to jump through all these hoops before you can install Jekyll.
Gulp usage
Run gulp and start to develop with ease:
$ gulp
$ gulp dist
$ gulp test
$ gulp docs
$ gulp clean
$ gulp server
$ gulp bump --type minor (major.minor.patch)
Check gulpfile.coffee
to know more.
License
Code licensed under the MIT license. Documentation licensed under CC BY 3.0.
*Note that all licence references and agreements mentioned in the bootstrap-tour README section above
are relevant to that project's source code only.