0.0.1 • Published 8 years ago

coveo-webtour v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

coveo-shepherd

Coveo's shepherd theme

Build Status devDependency Status Commitizen friendly GitHub release version npm npm license

Dependency

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.

forthebadge forthebadge forthebadge