Package Exports
- shepherd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shepherd.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Browsers support
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions |
IE 11
Shepherd v6.x no longer ships with the required polyfills to work with IE 11 out of the box,
however, if you are supporting IE 11 already, you are probably shipping some polyfills.
The only required polyfills are Object.assign
, Symbol
, and element.matches
for things to work.
Our demo app includes the polyfills using Polyfill.io, but Babel, core-js, etc would all work.
<script src="https://polyfill.io/v3/polyfill.min.js?features=Object.assign%2CSymbol%2CElement.prototype.matches"></script>
You will also need a Web Components polyfill, which we include with:
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/webcomponentsjs@2.2.10/webcomponents-bundle.js"></script>
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
Projects Using Shepherd
Here we showcase some of the awesome libraries built using Shepherd.
JS Framework Wrappers
ember-shepherd
Ember addon for the site tour library Shepherd
angular-shepherd
An Angular wrapper for the site tour library Shepherd
react-shepherd
A React wrapper for the site tour library Shepherd
vue-shepherd
A Vue wrapper for the site tour library Shepherd
Rails gems
abraham
Rails engine that generates and tracks Shepherd tours within an application
Websites and Apps
SimplePlanner
SimplePlanner uses Shepherd to help new users get familiar with its collaborative scheduling approach. You do need to sign up via OAuth or email to see the scheduling tour. Check out the Envato Tuts+ Startup Series on its codebase which describes how Simple Planner was built.
Brokermate
Brokermate uses Shepherd to guide users through initial setup steps.
Your Project Here
If you have a cool open-source library built on Shepherd, PR this doc.