A JS library for creating a beautiful step-by-step introduction to your web application's functionality.
Here is a demo using ES2015 import syntax.
No jQuery, only PopperJS and FontAwesome. For latest update, check dependencies
in package.json
npm install --save intro-guide-js
- Insert the CSS
<link rel="stylesheet" href="./the-path/dist/css/bundle.css" />
- Create an empty div where the intro-guide's GUI elements can reside:
<div id="intro" />
- Import the JS to your application: