this.driverInstance = driver({
popoverClass: 'driverjs-theme',
progressText: 'Stap {{current}} van {{total}}',
prevBtnText: '<i class="fas fa-arrow-left"></i> Vorige',
nextBtnText: '<i class="fas fa-arrow-right"></i> Volgende',
doneBtnText: '<i class="fa-s fa-flag-checkered"></i> Finish',
showProgress: true,
steps: steps,
});