Examples
Skip 버튼
const guide = stepGuide({
el: document.body,
options: {
hideSkip: false,
buttonLabel: {
prev: '이전',
next: '다음',
done: '종료',
skip: '다음에 보기',
},
steps: [
{
title: 'Step 1',
description: 'Step 1 description',
element: '#step1-skip',
position: 'bottom',
},
{
title: 'Step 2',
description: 'Step 2 description',
element: '#step2-skip',
position: 'bottom',
},
],
},
});
스킵 버튼 설정
`options.hideSkip` 속성을 `false`로 설정하면 스킵 버튼이 표시됩니다.
첫 번째 단계
두 번째 단계