Anurag870 / shepherd

Guide your users through a tour of your app

Home Page:https://shepherdjs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shepherd.js Logo

npm version Download count all time npm npm bundle size Build Status Maintainability Test Coverage StackShare

Guide your users through a tour of your app

Browsers support

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
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

API documentation

Demo

Demo

Contributing

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

License

MIT License

Projects Using Shepherd

Here we showcase some of the awesome libraries built using Shepherd.

JS Framework Wrappers

Ember addon for the site tour library Shepherd

An Angular wrapper for the site tour library Shepherd

A React wrapper for the site tour library Shepherd

A Vue wrapper for the site tour library Shepherd

Rails gems

Rails engine that generates and tracks Shepherd tours within an application

Websites and Apps

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 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.

About

Guide your users through a tour of your app

https://shepherdjs.dev/

License:MIT License


Languages

Language:CSS 65.9%Language:JavaScript 26.5%Language:HTML 7.6%