0.0.1 • Published 9 years ago
coveo-webtour v0.0.1
coveo-shepherd
Coveo's shepherd theme
Dependency
- shepherd (tested with 1.8.0)
Usage
Download coveo-shepherd with npm
npm install --save coveo-shepherd
Insert the css in your HTML header
...
<link rel="stylesheet" href="../path_to/../shepherd-theme-coveo.min.css">
...
Initialize tether-shepherd with the coveo theme
var tour = new Shepherd.Tour({
defaults: {
classes: 'shepherd-theme-coveo',
...
}
});
...
Shepherd
Shepherd is a nice javascript plugin to help guide your users through a tour of your app. Take a look at their API.
0.0.1
9 years ago