options

This prop can be passed to both
  • VOnboardingWrapper
  • VOnboardingStep
You can override VOnboardingWrapper's options by passing options to VOnboardingStep

Default value

{
  popper: {},
  disableOverlay: false,
  scrollToStep: {
    enabled: true,
    options: {
      behavior: 'smooth',
      block: 'center',
      inline: 'center'
    }
  }
}

Name Type Default
popper PopperJS options {}
disableOverlay Boolean false
scrollToStep
scrollToStep.enabled Boolean true
scrollToStep.options Scroll Into View Options { behavior: 'smooth', block: 'center', inline: 'center' }