본문으로 건너뛰기

Examples

배경 클릭 가능

const guide = stepGuide({
el: document.body,
options: {
exitOnOverlayClick: true,
steps: [
{
title: 'Hello',
description: 'hello',
element: '#left',
position: 'bottom',
},
],
},
});

클릭 가능한 Dim

`options.exitOnOverlayClick` 속성을 `false`로 설정하면 Dim click시 다음 스텝으로 이동합니다.

첫 번째 단계
두 번째 단계