본문으로 건너뛰기

Examples

버튼 라벨 설정

const guide = stepGuide({
el: document.body,
options: {
buttonLabel: {
prev: '이전',
next: '다음',
done: '종료',
},
steps: [
{
title: 'Hello',
description: 'hello',
element: '#left',
position: 'bottom',
},
],
},
});

버튼 레이블 설정

`options.buttonLabel` 속성을 추가하여 버튼 레이블을 설정할 수 있습니다.

첫 번째 단계
두 번째 단계