Dependencies
Installing via npm
and bower
will bring in the above dependencies as well.
npm
$ npm install tether-shepherd
bower
$ bower install tether-shepherd
Eager
The easiest way to add a Shepherd tour to your site is with Eager. Click Install to create a tour right on your site with no coding required.
let tour = new Shepherd.Tour({
defaults: {
classes: 'shepherd-theme-arrows'
}
});
tour.addStep('example', {
title: 'Example Shepherd',
text: 'Creating a Shepherd is easy too! Just create ...',
attachTo: '.hero-example bottom',
advanceOn: '.docs-link click'
});
tour.start();
We encourage contributions of all kinds. If you would like to contribute in some way, please review our guidelines for contributing.
Copyright © 2015 HubSpot - MIT License