Intro.js Documentation
What is Intro.js?
Intro.js is an open source vanilla Javascript / CSS library to add step-by-step introductions or hints.
The simplicity of Intro.js API helps you develop an advanced onboarding tour for your products. Intro.js is lightweight, 10kB and has no external dependencies!
Dependencies
Intro.js doesn't have any dependencies. All you need to do is add the JS and CSS files.
Quick demo
Here is how you can create a simple product tour using data-intro
and data-title
HTML attributes:
// Intro.js scans the webpage and finds all elements with `data-intro` attribute
introJs().start();