Skip to main content

A library to perform your users
Onboarding

Implement guides on your application to guide your users step by step in using your product.

Installation

<!-- Add TutoBox Css --><link rel="stylesheet" href="https://unpkg.com/tutobox@1.0/dist/index.min.css" />
<!-- Add TutoBox Js --><script type="text/javascript" defer src="https://unpkg.com/tutobox@1.0/dist/index.min.js"></script>

Using

exemple.html
<button  data-tuto="create-post"  data-step-des="Click to publish the post"  data-step="5">  Send</button>
index.js
TutoBox.startTuto("create-post")