An open API service indexing awesome lists of open source software.

https://github.com/paralin/meteor-bootstrap-tour

Quick and easy way to build your product tours with Twitter Bootstrap Popovers, packaged for Meteor.
https://github.com/paralin/meteor-bootstrap-tour

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Bootstrap Tour

*[Bootstrap Tour](http://bootstraptour.com/) 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();