Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.
/ shepherd Public archive
forked from shepherd-pro/shepherd

Guide your users through a tour of your app #hubspot-open-source - Popper upgrade

License

Notifications You must be signed in to change notification settings

lancegliser/shepherd

 
 

Repository files navigation

Shepherd

GitHub version

Guide your users through a tour of your app

Install

Dependencies

Installing via npm and bower will bring in the above dependencies as well.

npm

$ npm install tether-shepherd

bower

$ bower install tether-shepherd

Usage

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();

API documentation

Demo

Contributing

We encourage contributions of all kinds. If you would like to contribute in some way, please review our guidelines for contributing.

License

Copyright © 2015 HubSpot - MIT License

About

Guide your users through a tour of your app #hubspot-open-source - Popper upgrade

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 49.0%
  • JavaScript 44.0%
  • CoffeeScript 7.0%