Simple way to highlighting DOM elements and guide your users with step-by-step welcome tours in your web app.
npm install guidesguides.js
======
Guides.js is a lightweight javascript library for making guided website tours. It finds the element you want to highlight, creates a guide element using the html you specified in the configuration options and connects the guide and the highlighted element with an svg arrow.
#Demo
http://ejulianova.github.io/guides/
#Getting started
Once you have downloaded the source, simply include guides.css in the head of your page:
``html`
...
and guides.js in your page scripts section. Make sure you include it after jquery:
`html
...