introh-js
v1.0.3
Published
[](https://badge.fury.io/js/introh-js) [](https://www.npmjs.com/package/introh-js) [;
const steps = [
{
element: '.title',
children: 'Title One',
},
{
element: '.second',
children: 'Title Two',
},
{
element: '.three',
children: 'Title Three',
},
{
element: '.cat',
children: 'Cat',
},
];
const instante = new IntroJs({
steps,
});
