0.0.3 • Published 8 years ago

coveo-shepherd v0.0.3

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.

Screenshots

  • Example with a large content

large

  • Example with a medium content

medium

  • Example with a small content and no title

small

forthebadge forthebadge forthebadge

0.0.3

8 years ago

0.0.2

8 years ago