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.
- Host: GitHub
- URL: https://github.com/paralin/meteor-bootstrap-tour
- Owner: paralin
- License: mit
- Created: 2013-04-12T03:11:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T19:57:06.000Z (almost 12 years ago)
- Last Synced: 2025-04-10T00:17:11.776Z (11 months ago)
- Language: JavaScript
- Size: 534 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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();