Basic example

This is a very basic setup using attributes.

Setup

var mytutorial = new Tutorial({
    selector: "tut-step"
});

HTML

<p class="tut-step" t-step="1" t-text="This is the first step!" t-title="First-step">
    This is a very basic setup using attributes.
</p>