Skip to content

Quick and easy way to build your product tours with Twitter Bootstrap Popovers, packaged for Meteor.

License

Notifications You must be signed in to change notification settings

paralin/meteor-bootstrap-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Tour

Bootstrap Tour repackaged for meteor. Check that site for detailed examples!

Example usage

var tour = new Tour();
tour.addStep({
    element: "", // string - html element next to which the step popover should be shown
    title: "", // string - title of the popover
    content: "" // string - content of the popover
});
tour.start();

About

Quick and easy way to build your product tours with Twitter Bootstrap Popovers, packaged for Meteor.

Resources

License

Stars

Watchers

Forks

Packages