walkthrough-js
A javascript library for easy walkthrough and site tour / tutorial / step-by-step / how-to / guide
Installation
$ cd your-project$ npm install walkthrough-js --save
Usage
include script:
<script type="text/javascript" src="node_modules/walkthrough-js/dist/walkthrough.bundle.js"></script>
or use ES6 (ESNext):
;;
initialize component:
const wt = ;let steps = as Array<TutorialStage>;// define steps . . .steps;// start the tourwt;
Options
; let options = ;optionsidentifier: 'my_page';optionsmaxIdentifier = 2; wt;